Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class TransmitterStorageModel;

Description

This implements a model on the transmitter that can be connected to a partitioned storage system and pulls data from the buffer and attempts to transmit the messages whenever in access.


Properties

DeclaredDescription
ForceTransmitThis flag overrides the Access message and attempts to transmit regardlessif it is valid.
In_AccessMsgA reference to the access message between a ground station and thespacecraft that this transmitter is added to.
MessageWriterA reference to the message writer associated with the transmitter that can beused for sending data.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.