![]() |
VR-Link API Documentation for DIS
|
The DtStateDecoder class provides a base class for all DIS Decoders. More...
Inheritance diagram for DtDirectedEnergyFireDecoder:
Collaboration diagram for DtDirectedEnergyFireDecoder:Public Member Functions | |
| DtDirectedEnergyFireDecoder (DtExerciseConn *exconn=0) | |
| virtual | ~DtDirectedEnergyFireDecoder () |
| virtual void | decode (DtPdu *pdu, DtPduFactory *pduFactory=0) |
| This is a dummy method for backwards compatibility with DIS decoders. | |
| virtual DtPduDecoder * | clone () const |
| clone. | |
| virtual void | pduToStateRep (const DtDirectedEnergyFirePdu &pdu, DtDirectedEnergyFireRepository *stateRep) |
| Decode a PDU into a DtReflectedDirectedEnergyFire. | |
Public Member Functions inherited from DtStateDecoder | |
| DtStateDecoder (DtExerciseConn *exConn) | |
| Constructor. | |
| virtual | ~DtStateDecoder () |
| Destructor. | |
| DtStateDecoder (const DtStateDecoder &orig) | |
| Copy constructor. | |
| DtStateDecoder & | operator= (const DtStateDecoder &orig) |
| Assignment operator. | |
| virtual void | decodeAttributeRecords (const DtPduWithAttributeRecordSets &pdu, DtStateRepository *stateRep) |
| Decode the Attribute Records portion of a PDU into an EntityStateRepository. | |
Protected Member Functions | |
| virtual void | setStaticFields (DtDirectedEnergyFirePdu *pdu) |
| virtual void | setVariableFields (DtDirectedEnergyFirePdu *pdu, DtPduFactory *pduFactory) |
Protected Attributes | |
| DtStandardVariableRecordFactory * | myDefaultSVRFactory |
Protected Attributes inherited from DtStateDecoder | |
| DtExerciseConn * | myExConn |
The DtStateDecoder class provides a base class for all DIS Decoders.
| DtDirectedEnergyFireDecoder::DtDirectedEnergyFireDecoder | ( | DtExerciseConn * | exconn = 0 | ) |
|
virtual |
|
virtual |
clone.
Must be defined in your child class. This is easily done by defining DtCLONE_DECODER(DtChildClass)
Implements DtStateDecoder.
|
virtual |
This is a dummy method for backwards compatibility with DIS decoders.
Reimplemented from DtStateDecoder.
|
virtual |
Decode a PDU into a DtReflectedDirectedEnergyFire.
|
protectedvirtual |
|
protectedvirtual |
|
protected |