Class in Zendir.Classes | Inherits from UniverseSystem

Declaration

class TelemetrySystem;

Description

The telemetry system handles the interactions between transmitters and receivers by creating the link blocks between each of the antenna nodes. This ensures that the appropriate links are created and altered if the bandwidths or frequency ranges change.


Properties

DeclaredDescription
NumConnectionsThe number of connections that have been created in the simulation so far
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.

Methods

DeclaredDescription
GetLinkBlockReturns a link block at a particular index. This is based on thelink block that have been added.
GetLinkMessageReturns the data link message associated between a receiver and transmitter,provided they were connected.
GetLinkReceiverFromLinkMessageReturns the receiver associated with a link message, if it exists.
GetLinkTransmitterFromLinkMessageReturns the transmitter associated with a link message, if it exists.
GetReceiverLinkMessagesReturns an array of all data link messages that exist on the receiver for anyconnected transmitters.
GetReceiversReturns a array of all receivers that have already been added to thedata subsystem, so that the receivers can be connected up appropriately.
GetReceiversOfTypeReturns a array of all receivers that have already been added to thedata subsystem, so that the receivers can be connected up appropriately.This will also match the transmission type.
GetTransmittersReturns an array of all transmitters that have already been added to thedata subsystem, so that the receivers can be connected up appropriately.
GetTransmittersOfTypeReturns an array of all transmitters that have already been added to thedata subsystem, so that the receivers can be connected up appropriately.This will also match the transmission type.
InheritedDescription
DestroyRemoves the current object from the simulation.