68 virtual void setDecodeDiGuyAttributes(
bool enableDecode);
69 virtual bool isDecodeDiGuyAttributes()
const;
74 virtual void setDecodeNetnAttributes(
bool enableDecode);
75 virtual bool isDecodeNetnAttributes()
const;
83 virtual void decodeAttachedParts(
Base class for all DIS state decoders.
Definition: stateDecoder.h:23
Definition: pduWithAttributeRecordSets.h:22
Instances of DtEntityStateDecoder are objects capable of decoding EntityState PDUs into a DtEntitySta...
Definition: entityStateDecoder.h:23
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void decode(DtPdu *pdu, DtPduFactory *pduFactory=0)
This is a dummy method for backwards compatibility with DIS decoders.
class DtSuppEmisEntStatePdu:
Definition: suppEmisEntStatePdu.h:36
bool myDecodeDiGuyAttributes
Definition: entityStateDecoder.h:90
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42
bool myDecodeNetnAttributes
Definition: entityStateDecoder.h:91
class DtEntityStateUpdatePdu:
Definition: entityStateUpdatePdu.h:33
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Definition: attributeRecordSet.h:11
Contains the DtEntityStateRepository class declaration.
DtStateDecoder & operator=(const DtStateDecoder &orig)
Assignment operator.
#define DtCLONE_DECODER(decoderClass)
Definition: stateDecoder.h:16
This class provides a wrapper around the DIS Entity State PDU network structure.
Definition: entityStatePdu.h:44
Contains classes, constants and macros which provide a wrapper around the Entity State PDU defined in...
virtual void decodeAttributeRecords(const DtPduWithAttributeRecordSets &pdu, DtStateRepository *stateRep)
Decode the Attribute Records portion of a PDU into an EntityStateRepository.