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

DeclaredDescription
BandwidthThe bandwidth at which the link is currently operating at,which is the transmitter bandwidth that is being communicated.
ConnectedA flag to indicate the link is currently connected and thereis not some transmission issues preventing the link from connectingbetween the two antenna.
ConnectionFractionThe 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.
CurrentDataThe amount of data transferred in the current (or previous)pass that occurred, in Mega bits. This is reset to zero on a new pass.
CurrentPassTimeThe current amount of time that has passed during theactive connection of this pass. This is reset back tozero on a new connection.
DeltaVelocityThis 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.
DistanceThe distance between the two objects at either end of the link.This is calculated as the difference of the two positions.
FrequencyThe frequency at which the link is currently operating at,which is the transmitter frequency that is being communicated.
PassesThe number of unique passes this link has had that haveresulted in an active connection.
SignalToNoiseThe signal-to-noise of the connection
TotalDataThe total amount of data that is transmitted overthe link during the simulation, in Mega bits.
TotalPassTimeThe current amount of time that has passed during theactive connection of all passes.
TransmissionRateThe bits per second of the transmission
TypeThe type of transmission that is present between the connections,whether that is a radio, optical or other link.