![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Envelope used by DtMsgQueue to contain the messsage inserted into it. More...
Inheritance diagram for DtMessageItem:
Collaboration diagram for DtMessageItem:Public Member Functions | |
| virtual | ~DtMessageItem () |
| Destructor. | |
| virtual bool | operator<= (const DtSortedListItem &item) const |
| Comparison operators for sorting. | |
| virtual bool | operator< (const DtSortedListItem &item) const |
| virtual bool | operator>= (const DtSortedListItem &item) const |
| virtual bool | operator> (const DtSortedListItem &item) const |
| virtual bool | operator== (const DtSortedListItem &item) const |
| virtual void | printData (DtLogicalTimeFactory *logicalTimeFactory) |
| Print data. | |
| virtual DtRtiMsg * | msg () |
| Return pointer to data as a message. | |
Public Member Functions inherited from DtSortedListItem | |
| virtual | ~DtSortedListItem () |
| Destructor. | |
| DtSortedListItem * | prev () const |
| Return previous (next) item. | |
| DtSortedListItem * | next () const |
| void * | data () const |
| Returns the data element contained in the DtSortedListItem envelope. | |
| virtual void | printData () |
| Print data contents. | |
Protected Member Functions | |
| DtMessageItem (void *data, DtLogicalTimeFactory *fedTimeFactory) | |
| Constructor - called only by DtRtiMsgQueue. | |
Protected Member Functions inherited from DtSortedListItem | |
| DtSortedListItem (void *d) | |
| Constructor - called only by DtSortedList. | |
Protected Attributes | |
| DtRtiMsg * | myMsg |
| DtLogicalTimeFactory * | myLogicalTimeFactory |
Protected Attributes inherited from DtSortedListItem | |
| DtSortedListItem * | myPrev |
| DtSortedListItem * | myNext |
| void * | myData |
Friends | |
| class | DtRtiMsgQueue |
Envelope used by DtMsgQueue to contain the messsage inserted into it.
|
virtual |
Destructor.
|
protected |
Constructor - called only by DtRtiMsgQueue.
|
inlinevirtual |
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myLogicalTimeFactory, myMsg, and DtRtiMsg::time().
|
virtual |
Comparison operators for sorting.
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myLogicalTimeFactory, myMsg, and DtRtiMsg::time().
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myLogicalTimeFactory, myMsg, and DtRtiMsg::time().
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myLogicalTimeFactory, myMsg, and DtRtiMsg::time().
|
virtual |
Reimplemented from DtSortedListItem.
References DtSortedListItem::data(), myLogicalTimeFactory, myMsg, and DtRtiMsg::time().
|
virtual |
Print data.
References msg(), and DtRtiMsg::print().
|
friend |
|
protected |
Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
protected |
Referenced by msg(), operator<(), operator<=(), operator==(), operator>(), and operator>=().