![]() |
VR-Link API Documentation for DIS
|
Inheritance diagram for DtRadioEntityType:
Collaboration diagram for DtRadioEntityType:Public Member Functions | |
| DtRadioEntityType () | |
| DtRadioEntityType (const char *p) | |
| DtRadioEntityType (int kind, int domain, int country, int category, int nomenclatureVersion, int nomenclature) | |
| DtRadioEntityType (DtNetRadioEntityType netType) | |
| void | setFromNet (DtNetRadioEntityType netType) |
| int | nomenclatureVersion () const |
| int | nomenclature () const |
| void | setNomenclatureVersion (int version) |
| void | setNomenclature (int nom) |
| const char * | string () const |
| returns a string representation of this instance in the form 1:2:3:4:5:6:7 | |
| operator DtNetRadioEntityType () const | |
Static Public Member Functions | |
| static const DtRadioEntityType & | nullType () |
| returns an instance of 0:0:0:0:0:0:0 | |
Protected Attributes | |
| std::string | myMutableString |
| This member is: 1) mutable because it is changed in const methods and used as a char buffer 2) protected because legacy subclasses use it 3) it SHOULD be private because it is not considered part of the API and should not be used by any subclass. | |
| DtRadioEntityType::DtRadioEntityType | ( | const char * | p | ) |
| DtRadioEntityType::DtRadioEntityType | ( | int | kind, |
| int | domain, | ||
| int | country, | ||
| int | category, | ||
| int | nomenclatureVersion, | ||
| int | nomenclature | ||
| ) |
| int DtRadioEntityType::nomenclature | ( | ) | const |
| int DtRadioEntityType::nomenclatureVersion | ( | ) | const |
| static const DtRadioEntityType& DtRadioEntityType::nullType | ( | ) | [static] |
returns an instance of 0:0:0:0:0:0:0
Reimplemented from DtEntityType.
| DtRadioEntityType::operator DtNetRadioEntityType | ( | ) | const |
| void DtRadioEntityType::setFromNet | ( | DtNetRadioEntityType | netType | ) |
| void DtRadioEntityType::setNomenclature | ( | int | nom | ) |
| void DtRadioEntityType::setNomenclatureVersion | ( | int | version | ) |
| const char* DtRadioEntityType::string | ( | ) | const |
returns a string representation of this instance in the form 1:2:3:4:5:6:7
Reimplemented from DtEntityType.
std::string DtRadioEntityType::myMutableString [mutable, protected] |
This member is: 1) mutable because it is changed in const methods and used as a char buffer 2) protected because legacy subclasses use it 3) it SHOULD be private because it is not considered part of the API and should not be used by any subclass.