DtBaseAttrDesc is a descriptor of an HLA object attribute. More...
Inheritance diagram for MAKLogger::DtBaseAttrDesc:
Collaboration diagram for MAKLogger::DtBaseAttrDesc:Public Member Functions | |
| DtBaseAttrDesc (const DtString &name, DtLgrHlaHandle handle, const void *handCode, int codeSize) | |
| Main constructor. | |
| virtual | ~DtBaseAttrDesc () |
| Destructor. | |
| DtBaseAttrDesc (const DtBaseAttrDesc &src) | |
| Copy constructor. | |
| DtBaseAttrDesc & | operator= (const DtBaseAttrDesc &src) |
| Assignment operator. | |
| RTI::AttributeHandle | rtiHandle (const DtLgrOnlineFomDesc &) const |
| Return the corresponding RTI AttributeHandle. | |
| bool | isSubscribedTo () const |
| Is this object attribute subscribed to. | |
| void | setIsSubscribedTo (bool onOff) |
| Toggle on/off the subscription to this object attribute. | |
| bool | isReliable () const |
| void | setIsReliable (bool reliable) |
| bool | isTimeStamped () const |
| void | setTimeStamped (bool timeStamped) |
| DtLgrFomTransportType | transportType () const |
| Returns the transport type (i.e., "best effort", "reliable") for this attribute. | |
| DtLgrFomOrderType | orderType () const |
| Returns the order type (i.e., "receive order", "time stamp order") for this attribute. | |
DtBaseAttrDesc is a descriptor of an HLA object attribute.