VR-Link API Documentation for HLA 1516
Public Member Functions | Static Public Member Functions | Protected Attributes
DtRadioEntityType Class Reference
+ Inheritance diagram for DtRadioEntityType:
+ Collaboration diagram for DtRadioEntityType:

List of all members.

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 DtRadioEntityTypenullType ()
 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.

Constructor & Destructor Documentation

DtRadioEntityType::DtRadioEntityType ( int  kind,
int  domain,
int  country,
int  category,
int  nomenclatureVersion,
int  nomenclature 
)

Member Function Documentation

static const DtRadioEntityType& DtRadioEntityType::nullType ( ) [static]

returns an instance of 0:0:0:0:0:0:0

Reimplemented from DtEntityType.

DtRadioEntityType::operator DtNetRadioEntityType ( ) const
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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)