Structure of data passed to the DtRadio constructor.
Definition: commModel.h:27
An implementation of DtCommModel that models a simple radio model, using signal interaction as the ne...
Definition: simpleRadioCommModel.h:32
virtual DtString type() const
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
Base class for all communication models in VR-Forces. A DtCommModel is the central point for modeling...
Definition: commModel.h:58
Definition: myCommsModel.h:18
virtual void registerRadio(DtVrfRadio *radio)
Overridden from base to set the ReadyToSend status of the radio to true as soon as it registers...
MyCommModel & operator=(const MyCommModel &orig)
static DtCommModel * create(DtCommModelCreationParams ¶ms)
const char MyCommModelType[]
Definition: myCommsModel.h:16
virtual bool checkRadioConnectivity(DtSimObjectReference sender, DtSimObjectReference receiver) const override
Checks the connectivity of the radios for delivery of message.
Base class for any radios on VrfObjects. A DtVrfRadio acts as the interface between an entity and a D...
Definition: vrfRadio.h:41
virtual bool init()
Virtual init() called from the create() method. Calls createTransporter() to set myTransporter.