![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of this class are used to conveniently associate datum ids with types. More...
Collaboration diagram for DtIdTypeMap:Public Member Functions | |
| DtIdTypeMap () | |
| ~DtIdTypeMap () | |
| int | addMapping (DtDatumParam id, int dataType, int warn=1) |
| int | type (DtDatumParam id) const |
Protected Attributes | |
| DtHashlist | myMappings |
Instances of this class are used to conveniently associate datum ids with types.
VR-Link creates and initializes a global instance of this class at startup. In most cases, users should only use this global instance which they can access using the global functions defined below.
| int DtIdTypeMap::addMapping | ( | DtDatumParam | id, |
| int | dataType, | ||
| int | warn = 1 |
||
| ) |
| int DtIdTypeMap::type | ( | DtDatumParam | id | ) | const |
DtHashlist DtIdTypeMap::myMappings [protected] |