|
| | 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 |
| |
| | operator DtNetRadioEntityType () const |
| |
| | DtEntityType (const char *p) |
| | constructs an instance from a string in the form: "2:3:4:5:6:7:8" More...
|
| |
| | DtEntityType (int kind, int domain, int country, int category, int subCategory, int specific, int extra) |
| | constructs an instance from the specified values More...
|
| |
| | DtEntityType () |
| | constructs a default instance 0:0:0:0:0:0:0 More...
|
| |
| | DtEntityType (DtNetEntityType netType) |
| | constructs an instance from a network layout specified by IEEE 1278 More...
|
| |
| | DtEntityType (const DtEntityType &orig) |
| | Copy constructor. More...
|
| |
| virtual | ~DtEntityType () |
| | Destructor. More...
|
| |
| void | setFromNet (const DtNetEntityType &netType) |
| | Sets the instance equal to the value in netType prefer the DtNetEntityType constructor to this function. More...
|
| |
| | operator DtNetEntityType () const |
| | returns a network structure of this instance More...
|
| |
| const char * | string () const |
| | returns a string representation of this instance in the form 1:2:3:4:5:6:7 More...
|
| |
| int | kind () const |
| |
| int | domain () const |
| |
| int | country () const |
| |
| int | category () const |
| |
| int | subCategory () const |
| |
| int | specific () const |
| |
| int | extra () const |
| |
| void | setKind (int val) |
| |
| void | setDomain (int val) |
| |
| void | setCountry (int val) |
| |
| void | setCategory (int val) |
| |
| void | setSubCategory (int val) |
| |
| void | setSpecific (int val) |
| |
| void | setExtra (int val) |
| |
| bool | matchPattern (const DtEntityType &pat) const |
| |
| bool | DtTypeMatchPattern (const DtEntityType &pat) const |
| |
| int | match (const DtEntityType &type) const |
| |
| int | operator== (const DtEntityType &type) const |
| |
| int | operator!= (const DtEntityType &type) const |
| |
| bool | operator< (const DtEntityType &type) const |
| | Returns true if the entity type is smaller. More...
|
| |
|
| int | DtEntityKind |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |
| int | DtDomain |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |
| int | DtCountry |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |
| int | DtCategory |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |
| int | DtSubCategory |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |
| int | DtSpecific |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |
| int | DtExtra |
| | Public for historical reasons, will be made protected in future versions. More...
|
| |