![]() |
VR-Forces 4.6 Class Documentation
|
State for a list of active sonar systems for an individual entity. More...

Public Types | |
| typedef std::map < makVrv::DtUniqueID, DtVrlinkActiveSonarState > | ActiveSonars |
Public Member Functions | |
| DtVrlinkActiveSonars () | |
| CTOR. | |
| virtual | ~DtVrlinkActiveSonars () |
| DTOR. | |
| bool | operator== (const DtVrlinkActiveSonars &) const |
| bool | operator!= (const DtVrlinkActiveSonars &rhs) const |
Public Member Functions inherited from makVrv::DtSimState | |
| DtSimState () | |
| virtual | ~DtSimState () |
Public Attributes | |
| std::string | myEntityType |
| std::string | myGlobalId |
| std::string | myEntityId |
| ActiveSonars | myActiveSonars |
State for a list of active sonar systems for an individual entity.
Since entities can have multiple active sonar systems they need a map by id of the systems
| typedef std::map<makVrv::DtUniqueID, DtVrlinkActiveSonarState> makVrf::DtVrlinkActiveSonars::ActiveSonars |
| makVrf::DtVrlinkActiveSonars::DtVrlinkActiveSonars | ( | ) |
CTOR.
|
virtual |
DTOR.
| bool makVrf::DtVrlinkActiveSonars::operator== | ( | const DtVrlinkActiveSonars & | ) | const |
|
inline |
| std::string makVrf::DtVrlinkActiveSonars::myEntityType |
| std::string makVrf::DtVrlinkActiveSonars::myGlobalId |
| std::string makVrf::DtVrlinkActiveSonars::myEntityId |
| ActiveSonars makVrf::DtVrlinkActiveSonars::myActiveSonars |