Declared in OpticalTransmitter
Declaration
bool UpdateLineOfSight(
bool los,
Receiver receiver
);Description
Updates the line of sight flag for a particular connection with another receiver.
Parameters
| Name | Description |
|---|---|
| los | [-] Whether line of sight is reached |
| receiver | The receiver that is being connected |