Base HLA 1516 value which includes flags and an encoded handle. More...
Inheritance diagram for MAKLogger::DtBaseHla1516Value:
Collaboration diagram for MAKLogger::DtBaseHla1516Value:Public Member Functions | |
| DtBaseHla1516Value (const DtString &name, DtU32 handle, const DtLgrVariableLengthData &code) | |
| Main constructor. | |
| virtual | ~DtBaseHla1516Value () |
| Destructor. | |
| DtBaseHla1516Value (const DtBaseHla1516Value &src) | |
| Copy constructor. | |
| DtBaseHla1516Value & | operator= (const DtBaseHla1516Value &src) |
| Assignment operator. | |
| const DtLgrVariableLengthData & | encodedHandle () const |
| Get the encoded handle. | |
| const void * | code () const |
| Return the encoded handle data.. | |
| int | codeLength () const |
| Return the encoded handle size. | |
| void | setCode (const DtLgrVariableLengthData &code) |
| Set the encoded handle. | |
| void | setCode (const void *data, int size) |
| Set the encoded handle. | |
Private Attributes | |
| DtLgrVariableLengthData | myCode |
| The encoded handle. | |
Base HLA 1516 value which includes flags and an encoded handle.