/brief Create message and manage its attribute handle value pair set (ahvps). More...
Collaboration diagram for MAKLogger::DtLgrStateMsg:Public Member Functions | |
| DtLgrStateMsg (RTI::ObjectHandle classHandle, RTI::AttributeHandleValueMap *rtiAttrs) | |
| Constructor. | |
| virtual | ~DtLgrStateMsg () |
| Destructor. | |
| virtual DtStateMsg * | stateMsg () |
| Return the state message. | |
Protected Member Functions | |
| DtLgrStateMsg (const DtLgrStateMsg &orig) | |
| Copy constructor not implemented. | |
| const DtLgrStateMsg & | operator= (const DtLgrStateMsg &orig) |
| Assignment operator not implemented. | |
Protected Attributes | |
| DtStateMsg * | myStateMsg |
| The state message. | |
| RTI::AttributeHandleValueMap * | myRtiAttrs |
/brief Create message and manage its attribute handle value pair set (ahvps).
Destructor deletes message and its ahvps.