![]() |
VR-Link API Documentation for HLA 1.3
|
class DtReflectedRadioReceiver: More...
Inheritance diagram for DtReflectedRadioReceiver:
Collaboration diagram for DtReflectedRadioReceiver:Public Types | |
| typedef DtRadioReceiverRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create DtRadioReceiverRepositories. | |
Public Member Functions | |
| DtReflectedRadioReceiver (DtHlaObject *obj, DtExerciseConn *conn) | |
| constructor | |
| virtual | ~DtReflectedRadioReceiver () |
| destructor | |
| virtual DtRadioReceiverRepository * | receiverRep () const |
| Get the receiver's state repository. | |
| virtual DtRadioReceiverRepository * | rsr () const |
| Synonym for receiverRep(). | |
| virtual DtReflectedRadioReceiver * | next () const |
| Get the next remote receiver. | |
| virtual DtReflectedRadioReceiver * | prev () const |
| Get the previous remote receiver. | |
| virtual DtReflectedRadioReceiver * | wrapNext () const |
| Get the next remote receiver. | |
| virtual DtReflectedRadioReceiver * | wrapPrev () const |
| Get the previous remote receiver. | |
| virtual void | addPostUpdateCallback (DtRadioReceiverCallbackFunction cb, void *userData) |
| Receiver state callback registration/deregistration. | |
| virtual void | removePostUpdateCallback (DtRadioReceiverCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Give us a function to be used for creating SRs. | |
Protected Member Functions | |
| DtReflectedRadioReceiver (const DtReflectedRadioReceiver &orig) | |
| copy constructor -- not implemented | |
| DtReflectedRadioReceiver & | operator= (const DtReflectedRadioReceiver &orig) |
| assignment operator -- not implemented | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
class DtReflectedRadioReceiver:
Instances of DtReflectedRadioReceiver represent RadioReceiver objects simulated by remote applications. State data can be viewed through its state repository.
Function prototype for functions that create DtRadioReceiverRepositories.
| DtReflectedRadioReceiver::DtReflectedRadioReceiver | ( | DtHlaObject * | obj, |
| DtExerciseConn * | conn | ||
| ) |
constructor
| virtual DtReflectedRadioReceiver::~DtReflectedRadioReceiver | ( | ) | [virtual] |
destructor
| DtReflectedRadioReceiver::DtReflectedRadioReceiver | ( | const DtReflectedRadioReceiver & | orig | ) | [protected] |
copy constructor -- not implemented
| virtual void DtReflectedRadioReceiver::addPostUpdateCallback | ( | DtRadioReceiverCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
Receiver state callback registration/deregistration.
| virtual DtReflectedRadioReceiver* DtReflectedRadioReceiver::next | ( | ) | const [virtual] |
Get the next remote receiver.
Reimplemented from DtListedObj.
| DtReflectedRadioReceiver& DtReflectedRadioReceiver::operator= | ( | const DtReflectedRadioReceiver & | orig | ) | [protected] |
assignment operator -- not implemented
| virtual DtReflectedRadioReceiver* DtReflectedRadioReceiver::prev | ( | ) | const [virtual] |
Get the previous remote receiver.
Reimplemented from DtListedObj.
| DtRadioReceiverRepository * DtReflectedRadioReceiver::receiverRep | ( | ) | const [inline, virtual] |
Get the receiver's state repository.
References DtReflectedObject::myStateRep.
| virtual void DtReflectedRadioReceiver::removePostUpdateCallback | ( | DtRadioReceiverCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
| DtRadioReceiverRepository * DtReflectedRadioReceiver::rsr | ( | ) | const [inline, virtual] |
Synonym for receiverRep().
References DtReflectedObject::myStateRep.
| static DtStateRepCreator DtReflectedRadioReceiver::setStateRepCreator | ( | DtStateRepCreator | creator | ) | [static] |
Give us a function to be used for creating SRs.
| virtual DtReflectedRadioReceiver* DtReflectedRadioReceiver::wrapNext | ( | ) | const [virtual] |
Get the next remote receiver.
Will cycle back to the first remote receiver.
Reimplemented from DtListedObj.
| virtual DtReflectedRadioReceiver* DtReflectedRadioReceiver::wrapPrev | ( | ) | const [virtual] |
Get the previous remote receiver.
Will cycle back to the last remote receiver.
Reimplemented from DtListedObj.
DtStateRepCreator DtReflectedRadioReceiver::theStateRepCreator [static, protected] |