![]() |
VR-Forces 4.1.1 Class Documentation
|
A Record of an IG instance. More...
Public Member Functions | |
| DtDeRecord () | |
| Default CTOR, don't use. | |
| DtDeRecord (const std::string &name, DtDeInitializer::DeMode mode, DtMessageClient *messageClient, const std::string &displayName="") | |
| CTOR. | |
| DtDeRecord (const DtDeRecord &record) | |
| Copy CTOR. | |
| DtDeRecord & | operator= (const DtDeRecord &record) |
| Assignment Op. | |
| ~DtDeRecord () | |
| DTOR. | |
| const std::string & | name () const |
| Get the IG's name. | |
| const std::string & | displayName () const |
| Get the IG's display engine name. | |
| void | setDisplayEngineName (const std::string &name) |
| Set the IG's display engine name. | |
| DtDeInitializer::DeMode | mode () const |
| Get the IG's mode. | |
| DtMessageClient * | messageClient () const |
| Get the message client. | |
Static Public Attributes | |
| static const int | FixedStringSize = 128 |
| Fixed size of string used when handshaking. | |
Protected Attributes | |
| std::string | myName |
| std::string | myDisplayEngineName |
| DtDeInitializer::DeMode | myMode |
| DtMessageClient * | myMessageClient |
A Record of an IG instance.
| makVrv::DtDeRecord::DtDeRecord | ( | ) |
Default CTOR, don't use.
| makVrv::DtDeRecord::DtDeRecord | ( | const std::string & | name, |
| DtDeInitializer::DeMode | mode, | ||
| DtMessageClient * | messageClient, | ||
| const std::string & | displayName = "" |
||
| ) |
CTOR.
| makVrv::DtDeRecord::DtDeRecord | ( | const DtDeRecord & | record | ) |
Copy CTOR.
| makVrv::DtDeRecord::~DtDeRecord | ( | ) |
DTOR.
| DtDeRecord& makVrv::DtDeRecord::operator= | ( | const DtDeRecord & | record | ) |
Assignment Op.
|
inline |
Get the IG's name.
|
inline |
Get the IG's display engine name.
| "" | if the IG does not have a display. |
| void makVrv::DtDeRecord::setDisplayEngineName | ( | const std::string & | name | ) |
Set the IG's display engine name.
|
inline |
Get the IG's mode.
|
inline |
Get the message client.
| 0 | There will not be a message client if the record is for the local IG instance. |
|
static |
Fixed size of string used when handshaking.
|
protected |
|
protected |
|
protected |
|
protected |