![]() |
VR-Link API Documentation for HLA 1516
|
class DtReflectedActiveSonar More...
Inheritance diagram for DtReflectedActiveSonar:
Collaboration diagram for DtReflectedActiveSonar:Public Types | |
| typedef DtActiveSonarStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create a DtActiveSonarStateRepository. | |
Public Member Functions | |
| DtReflectedActiveSonar (DtHlaObject *obj, DtExerciseConn *exConn) | |
| Constructor. | |
| virtual | ~DtReflectedActiveSonar () |
| Destructor. | |
| virtual DtActiveSonarStateRepository * | activeSonarRep () const |
| Returns the ActiveSonar's state repository. | |
| virtual DtActiveSonarStateRepository * | asr () const |
| Shorter version of lifeformRep. | |
| virtual DtReflectedActiveSonar * | next () const |
| Returns the next reflected ActiveSonar in the DtReflectedActiveSonarList. | |
| virtual DtReflectedActiveSonar * | prev () const |
| Returns the previous reflected ActiveSonar in the DtReflectedActiveSonarList. | |
| virtual DtReflectedActiveSonar * | wrapNext () const |
| Returns the next reflected ActiveSonar. | |
| virtual DtReflectedActiveSonar * | wrapPrev () const |
| Returns the previous reflected ActiveSonar. | |
| virtual void | addPostUpdateCallback (DtActiveSonarCallbackFunction cb, void *userData) |
| Add a callback that is called when the DtReflectedActiveSonar is updated. | |
| virtual void | removePostUpdateCallback (DtActiveSonarCallbackFunction cb, void *userData) |
| Remove the callback that is called when the DtReflectedActiveSonar is updated. | |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Set the function to be called for creating state repositories. | |
Protected Member Functions | |
| DtReflectedActiveSonar (const DtReflectedActiveSonar &orig) | |
| Copy Constructor not implemented. | |
| DtReflectedActiveSonar & | operator= (const DtReflectedActiveSonar &orig) |
| Assignment operator not implemented. | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| The function called to create state repositories. | |
class DtReflectedActiveSonar
Instances of DtReflectedActiveSonar are used to represent a simulated EmbeddedSystem.UnderwaterAcousticsEmission.ActiveSonar object reflected across a network.
Function prototype for functions that create a DtActiveSonarStateRepository.
| DtReflectedActiveSonar::DtReflectedActiveSonar | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
| virtual DtReflectedActiveSonar::~DtReflectedActiveSonar | ( | ) | [virtual] |
Destructor.
| DtReflectedActiveSonar::DtReflectedActiveSonar | ( | const DtReflectedActiveSonar & | orig | ) | [protected] |
Copy Constructor not implemented.
| DtActiveSonarStateRepository * DtReflectedActiveSonar::activeSonarRep | ( | ) | const [inline, virtual] |
Returns the ActiveSonar's state repository.
References DtReflectedObject::myStateRep.
| virtual void DtReflectedActiveSonar::addPostUpdateCallback | ( | DtActiveSonarCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
Add a callback that is called when the DtReflectedActiveSonar is updated.
| DtActiveSonarStateRepository * DtReflectedActiveSonar::asr | ( | ) | const [inline, virtual] |
Shorter version of lifeformRep.
References DtReflectedObject::myStateRep.
| virtual DtReflectedActiveSonar* DtReflectedActiveSonar::next | ( | ) | const [virtual] |
Returns the next reflected ActiveSonar in the DtReflectedActiveSonarList.
Reimplemented from DtListedObj.
| DtReflectedActiveSonar& DtReflectedActiveSonar::operator= | ( | const DtReflectedActiveSonar & | orig | ) | [protected] |
Assignment operator not implemented.
| virtual DtReflectedActiveSonar* DtReflectedActiveSonar::prev | ( | ) | const [virtual] |
Returns the previous reflected ActiveSonar in the DtReflectedActiveSonarList.
Reimplemented from DtListedObj.
| virtual void DtReflectedActiveSonar::removePostUpdateCallback | ( | DtActiveSonarCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
Remove the callback that is called when the DtReflectedActiveSonar is updated.
| static DtStateRepCreator DtReflectedActiveSonar::setStateRepCreator | ( | DtStateRepCreator | creator | ) | [static] |
Set the function to be called for creating state repositories.
| virtual DtReflectedActiveSonar* DtReflectedActiveSonar::wrapNext | ( | ) | const [virtual] |
Returns the next reflected ActiveSonar.
Will cycle back to the first remote ActiveSonar in the DtReflectedActiveSonarList.
Reimplemented from DtListedObj.
| virtual DtReflectedActiveSonar* DtReflectedActiveSonar::wrapPrev | ( | ) | const [virtual] |
Returns the previous reflected ActiveSonar.
Will cycle back to the first remote ActiveSonar in the DtReflectedActiveSonarList.
Reimplemented from DtListedObj.
DtStateRepCreator DtReflectedActiveSonar::theStateRepCreator [static, protected] |
The function called to create state repositories.