6 #ifndef federateDecoder_H_
7 #define federateDecoder_H_
23 #define DtDECLARE_FEDERATE_ATTR_DECODER(attrName) \
24 DtDECLARE_ATTR_DECODER(DtFederateStateRepository, attrName)
61 #if DtHLA_1516_EVOLVED
97 static DtString stringFromBuffer(
char* buffer);
98 static std::vector<DtString> momStringListFromBuffer(
char* buffer,
int len);
100 static bool boolFromBuffer(
char* buffer);
101 static int intFromBuffer(
char* buffer);
102 static DtString stringFromTime(
char* buffer);
103 static DtString stringFromTimeInterval(
char* buffer);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
class DtFederateDecoder
Definition: federateDecoder.h:31
This file contains the declaration of DtClock and DtTime.
Instances of DtFederateStateRepsository are used to hold data from the RTI's Management Object Model ...
Definition: federateStateRepository.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
#define DtDECLARE_FEDERATE_ATTR_DECODER(attrName)
This is used to declare attribute decoding functions which are members of the class.
Definition: federateDecoder.h:23
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
DtHlaStateDecoder & operator=(const DtHlaStateDecoder &orig)
assignment operator
Instances of DtString are used to represent strings.
Definition: vlString.h:29
This file contains the declaration of DtHlaStateDecoder.