10 #ifndef baseHla1516Value_H_
11 #define baseHla1516Value_H_
47 inline void setCode(
const void* data,
int size);
51 inline const void* code()
const;
54 inline int codeLength()
const;
Contains MAKLogger::DtBaseHlaValue class.
Base Hla Value object.
Definition: baseHlaValue.h:47
const DtLgrVariableLengthData & encodedHandle() const
Get the encoded handle.
Definition: baseHla1516Value.h:63
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
Contains MAKLogger::DtLgrVariableLengthData class.
unsigned int size() const
Definition: lgrVariableLengthData.h:128
void const * data() const
This pointer should not be expected to be valid past the lifetime of this object, or past the next ti...
Definition: lgrVariableLengthData.h:126
Base HLA 1516 value which includes flags and an encoded handle.
Definition: baseHla1516Value.h:24
const void * code() const
Return the encoded handle data..
Definition: baseHla1516Value.h:78
DtLgrVariableLengthData myCode
The encoded handle.
Definition: baseHla1516Value.h:59
Variable length data object compile-time compatible with the RTI 1516 implementation.
Definition: lgrVariableLengthData.h:21
void setCode(const DtLgrVariableLengthData &code)
Set the encoded handle.
Definition: baseHla1516Value.h:68
int codeLength() const
Return the encoded handle size.
Definition: baseHla1516Value.h:84