Class in Zendir.Messages
| Inherits from Message
Declaration
class DataLinkMessage;
Description
Data Link message that defines the connection between two antenna, between a receiver and a transmitter.
Properties
Declared | Description |
---|---|
Bandwidth | The bandwidth at which the link is currently operating at,which is the transmitter bandwidth that is being communicated. |
Connected | A flag to indicate the link is currently connected and thereis not some transmission issues preventing the link from connectingbetween the two antenna. |
ConnectionFraction | The connection fraction where 1 would result in the two antennaehaving the same frequency and 0 would be the receiver is outsidethe transmitter’s frequency and bandwidth. |
CurrentData | The amount of data transferred in the current (or previous)pass that occurred, in Mega bits. This is reset to zero on a new pass. |
CurrentPassTime | The current amount of time that has passed during theactive connection of this pass. This is reset back tozero on a new connection. |
DeltaVelocity | This is the difference in velocity between the two objects at eitherend of the link relative to the origin of the simulation. This is usedfor Doppler shift calculations. |
Distance | The distance between the two objects at either end of the link.This is calculated as the difference of the two positions. |
Frequency | The frequency at which the link is currently operating at,which is the transmitter frequency that is being communicated. |
Passes | The number of unique passes this link has had that haveresulted in an active connection. |
SignalToNoise | The signal-to-noise of the connection |
TotalData | The total amount of data that is transmitted overthe link during the simulation, in Mega bits. |
TotalPassTime | The current amount of time that has passed during theactive connection of all passes. |
TransmissionRate | The bits per second of the transmission |
Type | The type of transmission that is present between the connections,whether that is a radio, optical or other link. |