![]() |
MAK RTIspy API Documentation for HLA 1.3
|
A class used to build up list of attribute lists segregated by transport, order, and region. More...
Collaboration diagram for DtAttrSetLists:Public Member Functions | |
| DtAttrSetLists (int size) | |
| The attributes added to the sets in this list can either be copied into internally allocated memory or sets can reference the value pointers directly. More... | |
| virtual | ~DtAttrSetLists () |
| virtual void | add (DtAttributeHandle handle, const char *value, unsigned long valueLength, DtTransportHandle transportType, DtOrderHandle orderType, DtHandle regionHandle, unsigned int updateRateOffset=0) |
| Add/Remove an attribute with given transport, order, and region. More... | |
| virtual const DtAhvpList * | attributeList (DtTransportHandle transportType, DtOrderHandle orderType, DtHandle regionHandle) |
| Get an attribute value list with the given transport, order, and region. More... | |
| virtual const MAKRti::DtList & | attributeLists () |
| Get all the attribute value lists. More... | |
Protected Member Functions | |
| DtAttrSetLists (const DtAttrSetLists &orig) | |
| DtAttrSetLists & | operator= (DtAttrSetLists const &orig) |
| virtual int | index (DtTransportHandle transportType, DtOrderHandle orderType) |
| Return the array index for the given transport and order. More... | |
Protected Attributes | |
| MAKRti::DtList | myAttrSetLists |
| Collection of attribute handle value sets. More... | |
| DtAhvpList ** | myAttrSetArray |
| MAKRti::DtHashList ** | myAttrSetRegionLists |
| int | mySize |
| DtAhvpList * | myWorkingSet |
A class used to build up list of attribute lists segregated by transport, order, and region.
| DtAttrSetLists::DtAttrSetLists | ( | int | size | ) |
The attributes added to the sets in this list can either be copied into internally allocated memory or sets can reference the value pointers directly.
|
virtual |
|
protected |
|
virtual |
Add/Remove an attribute with given transport, order, and region.
|
virtual |
Get an attribute value list with the given transport, order, and region.
|
virtual |
Get all the attribute value lists.
|
protectedvirtual |
Return the array index for the given transport and order.
|
protected |
|
protected |
|
protected |
Collection of attribute handle value sets.
|
protected |
|
protected |
|
protected |