![]() |
VR-Forces 5.0.1 Developer's Guide
|
A Record of an IG instance.
Public Member Functions | |
| DtDeRecord () | |
| DtDeRecord (const std::string &name, DtDeInitializer::DeMode mode, DtMessageClient *messageClient, const std::string &displayName="") | |
| DtDeRecord (const DtDeRecord &record) | |
| DtDeRecord & | operator= (const DtDeRecord &record) |
| ~DtDeRecord () | |
| const std::string & | name () const |
| const std::string & | displayName () const |
| void | setDisplayEngineName (const std::string &name) |
| DtDeInitializer::DeMode | mode () const |
| DtMessageClient * | messageClient () const |
Static Public Attributes | |
| static const int | FixedStringSize = 128 |
Protected Attributes | |
| std::string | myName |
| std::string | myDisplayEngineName |
| DtDeInitializer::DeMode | myMode |
| DtMessageClient * | myMessageClient |
| 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 |