![]() |
VR-Link API Documentation for DIS
|
Inheritance diagram for DtEnvironmentObjectRepository:
Collaboration diagram for DtEnvironmentObjectRepository:Public Member Functions | |
| DtEnvironmentObjectRepository () | |
| virtual | ~DtEnvironmentObjectRepository () |
| DtEnvironmentObjectRepository (const DtEnvironmentObjectRepository &orig) | |
| DtEnvironmentObjectRepository & | operator= (const DtEnvironmentObjectRepository &orig) |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | setObjectId (const DtEntityIdentifier &identifier) |
| Set/Get Environment Object ID. | |
| virtual const DtEntityIdentifier & | objectId () const |
| virtual void | setReferencedObjectId (const DtGlobalObjectDesignator &rtiObject) |
| Set/Get Referenced Object ID. | |
| virtual const DtGlobalObjectDesignator & | referencedObjectId () const |
| virtual void | setForceId (const DtForceType value) |
| Set/Get Force ID. | |
| virtual DtForceType | forceId () const |
| virtual void | setObjectType (const DtSyntheticEnvironmentObjectType &type) |
| Set/Get Object Type. | |
| virtual const DtSyntheticEnvironmentObjectType & | objectType () const |
| virtual void | printData () const |
| Prints data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints data to the specified stream. | |
Public Member Functions inherited from DtStateRepository | |
| virtual | ~DtStateRepository () |
| destructor | |
| DtStateRepository & | operator= (const DtStateRepository &orig) |
| assignment operator | |
| virtual void | setGlobalId (const DtGlobalObjectDesignator &id) |
| Get/Set global identifier, or name. | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| virtual void | setAttributeRecords (const std::vector< DtStandardVariableRecord * > &records) |
| Get/Set records. | |
| virtual const std::vector < DtStandardVariableRecord * > | attributeRecords (unsigned int recordType=0) const |
| virtual void | getAttributeRecords (std::vector< DtStandardVariableRecord * > &vec, unsigned int recordType=0) const |
| virtual void | addAttributeRecord (DtStandardVariableRecord *record) |
| virtual void | clearAttributeRecords () |
| virtual void | setAttributeRecords (const std::vector< DtStandardVariableRecord * > &records, const DtSimulationAddress &address) |
| virtual void | setSimAddr (const DtSimulationAddress &id) |
| Get/Set default simulation address. Set by VR-Link for publishers (based on exercise connection) | |
| virtual const DtSimulationAddress & | simAddr () const |
Static Public Member Functions | |
| static DtEnvironmentObjectRepository * | create () |
Protected Attributes | |
| DtEntityIdentifier | myObjectId |
| DtGlobalObjectDesignator | myReferencedObjId |
| DtForceType | myForceId |
| DtSyntheticEnvironmentObjectType | myObjectType |
Protected Attributes inherited from DtStateRepository | |
| DtGlobalObjectDesignator | myGlobalId |
| DtSimulationAddress | myDefaultSimulationAddress |
| std::map< DtSimulationAddress, std::vector < DtStandardVariableRecord * > > | myRecordsMap |
Additional Inherited Members | |
Protected Member Functions inherited from DtStateRepository | |
| DtStateRepository () | |
| Constructors are protected since this is an abstract base class. | |
| DtStateRepository (const DtStateRepository &orig) | |
| copy constructor | |
| virtual unsigned int | numberOfAttributeRecords () const |
| DtEnvironmentObjectRepository::DtEnvironmentObjectRepository | ( | ) |
|
virtual |
| DtEnvironmentObjectRepository::DtEnvironmentObjectRepository | ( | const DtEnvironmentObjectRepository & | orig | ) |
|
virtual |
Return a copy/empty object of the same type as this.
Implements DtStateRepository.
Reimplemented in DtLinearObjectRepository, DtPointObjectRepository, and DtArealObjectRepository.
|
static |
Reimplemented in DtLinearObjectRepository, DtPointObjectRepository, and DtArealObjectRepository.
|
virtual |
|
virtual |
|
virtual |
| DtEnvironmentObjectRepository& DtEnvironmentObjectRepository::operator= | ( | const DtEnvironmentObjectRepository & | orig | ) |
|
virtual |
Prints data to DtInfo.
Implements DtStateRepository.
Reimplemented in DtPointObjectRepository, DtLinearObjectRepository, and DtArealObjectRepository.
|
virtual |
Prints data to the specified stream.
Reimplemented from DtStateRepository.
Reimplemented in DtPointObjectRepository, DtLinearObjectRepository, and DtArealObjectRepository.
|
virtual |
|
virtual |
Set/Get Force ID.
|
virtual |
Set/Get Environment Object ID.
|
virtual |
Set/Get Object Type.
|
virtual |
Set/Get Referenced Object ID.
|
protected |
|
protected |
|
protected |
|
protected |