![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| virtual | ~MyCommModel () |
| virtual DtString | type () const |
| virtual void | registerRadio (DtVrfRadio *radio) |
| Overridden from base to set the ReadyToSend status of the radio to true as soon as it registers. | |
Static Public Member Functions | |
| static DtCommModel * | create (DtCommModelCreationParams ¶ms) |
| Static creator function that can be registered with factories. | |
Protected Member Functions | |
| MyCommModel (DtCommModelCreationParams ¶ms) | |
| virtual bool | init () |
| Virtual init() called from the create() method. | |
| virtual bool | checkRadioConnectivity (DtVrfObject *sender, DtVrfObject *receiver) |
| Checks the connectivity of the radios for delivery of message. | |
Private Member Functions | |
| MyCommModel () | |
| MyCommModel (const MyCommModel &orig) | |
| MyCommModel & | operator= (const MyCommModel &orig) |
| MyCommModel::MyCommModel | ( | ) | [private] |
| MyCommModel::MyCommModel | ( | const MyCommModel & | orig | ) | [private] |
| MyCommModel::MyCommModel | ( | DtCommModelCreationParams & | params | ) | [protected] |
| virtual MyCommModel::~MyCommModel | ( | ) | [virtual] |
| MyCommModel& MyCommModel::operator= | ( | const MyCommModel & | orig | ) | [private] |
| virtual bool MyCommModel::init | ( | ) | [protected, virtual] |
Virtual init() called from the create() method.
Calls createTransporter() to set myTransporter.
Reimplemented from DtSimpleRadioCommModel.
| static DtCommModel* MyCommModel::create | ( | DtCommModelCreationParams & | params | ) | [static] |
Static creator function that can be registered with factories.
Calls the constructor, and init() on the new instance before returning it.
Reimplemented from DtSimpleRadioCommModel.
| virtual DtString MyCommModel::type | ( | ) | const [virtual] |
Reimplemented from DtSimpleRadioCommModel.
| virtual void MyCommModel::registerRadio | ( | DtVrfRadio * | radio | ) | [virtual] |
Overridden from base to set the ReadyToSend status of the radio to true as soon as it registers.
Reimplemented from DtSimpleRadioCommModel.
| virtual bool MyCommModel::checkRadioConnectivity | ( | DtVrfObject * | sender, |
| DtVrfObject * | receiver | ||
| ) | [protected, virtual] |
Checks the connectivity of the radios for delivery of message.
Reimplemented from DtSimpleRadioCommModel.