![]() |
VR-Link API Documentation for HLA 1516
|
class DtJammerBeamDecoder: More...
Inheritance diagram for DtJammerBeamDecoder:
Collaboration diagram for DtJammerBeamDecoder:Public Member Functions | |
| DtJammerBeamDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| default constructor | |
| virtual | ~DtJammerBeamDecoder () |
| destructor | |
| DtJammerBeamDecoder (const DtJammerBeamDecoder &orig) | |
| copy constructor | |
| DtJammerBeamDecoder & | operator= (const DtJammerBeamDecoder &orig) |
| assignment operator | |
Public Member Functions inherited from DtBaseEmitterBeamDecoder | |
| DtBaseEmitterBeamDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| default constructor | |
| virtual | ~DtBaseEmitterBeamDecoder () |
| destructor | |
| DtBaseEmitterBeamDecoder (const DtBaseEmitterBeamDecoder &orig) | |
| copy constructor | |
| DtBaseEmitterBeamDecoder & | operator= (const DtBaseEmitterBeamDecoder &orig) |
| assignment operator | |
Public Member Functions inherited from DtHlaStateDecoder | |
| DtHlaStateDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| constructor | |
| virtual | ~DtHlaStateDecoder () |
| destructor | |
| DtHlaStateDecoder (const DtHlaStateDecoder &orig) | |
| copy constructor | |
| DtHlaStateDecoder & | operator= (const DtHlaStateDecoder &orig) |
| assignment operator | |
| DtAttributeDecoder | addDecoder (RTI::AttributeHandle h, DtAttributeDecoder func) |
| Add/Remove a decoding function for the attribute specified by handle. | |
| DtAttributeDecoder | removeDecoder (RTI::AttributeHandle h) |
| DtAttributeDecoder | addDecoder (char *attrName, DtAttributeDecoder func, bool complain=true) |
| Add/Remove a decoding function for the attribute specified by name. | |
| DtAttributeDecoder | removeDecoder (char *attrName, bool complain=true) |
| virtual DtAttributeDecoder | decoder (const RTI::AttributeHandle &handle) const |
| Get the attribute decoder for the specified handle. | |
| virtual void | decode (const DtStateMsg &msg, DtStateRepository *stateRep) const |
| Decode the state message into the state repository. | |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
| Get the object's class handle. | |
| virtual DtHlaStateDecoder * | clone () const |
| Returns a new-ed clone of this object. | |
| virtual DtHlaStateDecoder * | clone (DtObjClassDesc *classDesc) const |
| Returns a new-ed clone of this object which corresponds to the class description classDesc. | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a DtBaseEntityDecoder. Caller is responsible for deletion. | |
Additional Inherited Members | |
Public Types inherited from DtHlaStateDecoder | |
| typedef void(* | DtAttributeDecoder )(DtStateRepository *stateRep, const RTI::AttributeHandleValuePairSet &avlist, unsigned long pairSetIndex) |
| Attribute decoding function declaration. | |
Static Public Attributes inherited from DtHlaStateDecoder | |
| static bool | theUseGetValuePointer |
Protected Types inherited from DtHlaStateDecoder | |
| typedef std::map < RTI::AttributeHandle, DtAttributeDecoder > | AttributeHandleDecoderMap |
| typedef std::map < RTI::AttributeHandle, bool > | AttributeHandleBoolMap |
Protected Attributes inherited from DtHlaStateDecoder | |
| DtExerciseConn * | myExConn |
| DtObjClassDesc * | myClassDesc |
| RTI::ObjectClassHandle | myHandle |
| AttributeHandleDecoderMap | myDecoderList |
| myDecoderList is a map of decoders for each attribute registered to this state. | |
class DtJammerBeamDecoder:
Instances of DtJammerBeamDecoder are are used to decode jammer beam state messages into a state repository when in an HLA environment.
| DtJammerBeamDecoder::DtJammerBeamDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
default constructor
|
virtual |
destructor
| DtJammerBeamDecoder::DtJammerBeamDecoder | ( | const DtJammerBeamDecoder & | orig | ) |
copy constructor
|
protected |
Add decoding functions for the attributes.
Note: Non-virtual, since meant to be called from constructors to add decoders.
Reimplemented from DtBaseEmitterBeamDecoder.
|
static |
Create a DtBaseEntityDecoder. Caller is responsible for deletion.
Reimplemented from DtBaseEmitterBeamDecoder.
|
protected |
Static decode<AttributeName> member functions.
|
protected |
|
protected |
|
protected |
|
protected |
| DtJammerBeamDecoder& DtJammerBeamDecoder::operator= | ( | const DtJammerBeamDecoder & | orig | ) |
assignment operator