|
| | DtBaseAttrDesc (const DtString &name, DtLgrHlaHandle handle, const void *handCode, int codeSize) |
| | Main constructor. More...
|
| |
| virtual | ~DtBaseAttrDesc () |
| | Destructor. More...
|
| |
| | DtBaseAttrDesc (const DtBaseAttrDesc &src) |
| | Copy constructor. More...
|
| |
| DtBaseAttrDesc & | operator= (const DtBaseAttrDesc &src) |
| | Assignment operator. More...
|
| |
| RTI::AttributeHandle | rtiHandle (const DtLgrOnlineFomDesc &) const |
| | Return the corresponding RTI AttributeHandle. More...
|
| |
| bool | isSubscribedTo () const |
| | Is this object attribute subscribed to. More...
|
| |
| void | setIsSubscribedTo (bool onOff) |
| | Toggle on/off the subscription to this object attribute. More...
|
| |
| 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. More...
|
| |
| DtLgrFomOrderType | orderType () const |
| | Returns the order type (i.e., "receive order", "time stamp order") for this attribute. More...
|
| |
| | DtBaseHla1516Value (const DtString &name, DtU32 handle, const DtLgrVariableLengthData &code) |
| | Main constructor. More...
|
| |
| virtual | ~DtBaseHla1516Value () |
| | Destructor. More...
|
| |
| | DtBaseHla1516Value (const DtBaseHla1516Value &src) |
| | Copy constructor. More...
|
| |
| DtBaseHla1516Value & | operator= (const DtBaseHla1516Value &src) |
| | Assignment operator. More...
|
| |
| const DtLgrVariableLengthData & | encodedHandle () const |
| | Get the encoded handle. More...
|
| |
| const void * | code () const |
| | Return the encoded handle data.. More...
|
| |
| int | codeLength () const |
| | Return the encoded handle size. More...
|
| |
| void | setCode (const DtLgrVariableLengthData &code) |
| | Set the encoded handle. More...
|
| |
| void | setCode (const void *data, int size) |
| | Set the encoded handle. More...
|
| |
| | DtBaseHlaValue (const DtString &name, DtLgrHlaHandle handle) |
| |
| virtual | ~DtBaseHlaValue () |
| |
| | DtBaseHlaValue (const DtBaseHlaValue &value) |
| |
| DtBaseHlaValue & | operator= (const DtBaseHlaValue &value) |
| |
| DtU32 | flags () const |
| | Get the encoded flags. More...
|
| |
| void | setFlags (DtU32) |
| | Set the encoded flags. More...
|
| |
| const DtString & | name () const |
| |
| void | setName (const DtString &name) |
| |
| const char * | name2print () const |
| |
| DtLgrHlaHandle | handle () const |
| |
| void | setHandle (DtLgrHlaHandle handle) |
| |
DtBaseAttrDesc is a descriptor of an HLA object attribute.