![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtConnectionSettings |
Typedefs | |
| typedef std::pair< const char *, const char * > | ArgFlagDescriptorPair |
| typedef std::unordered_map < unsigned int, ArgFlagDescriptorPair > | ArgIndexDescriptionMap |
| typedef ArgIndexDescriptionMap::iterator | ArgIndexDescriptionEntry |
| typedef std::map< unsigned int, QString > | ConnectionArgValues |
| typedef ConnectionArgValues::iterator | ConnectionArgValuesEntry |
| typedef ConnectionArgValues::const_iterator | ConnectionArgValuesConstEntry |
| typedef std::map< std::string, std::string > | DriverRecordArgValues |
| typedef DriverRecordArgValues::iterator | DriverRecordArgValuesEntry |
Enumerations | |
| enum | DtProtocolTypes { DtNoProtocol = -1, DtDISProtocol = 0, DtHLAEVOProtocol = 1, DtHLA4Protocol = 2 } |
| enum | DtConnectionSettingsCommonArguments { AdditionalFrontEndCommandLineArguments = 1000, AdditionalBackEndCommandLineArguments = 1001 } |
Contains the DtConnectionSettingsObject class declaration.
| typedef std::pair<const char*,const char*> ArgFlagDescriptorPair |
Stores two strings - first is the command-line flag, second is a descriptive (?) string.
| typedef std::unordered_map<unsigned int,ArgFlagDescriptorPair> ArgIndexDescriptionMap |
| typedef ArgIndexDescriptionMap::iterator ArgIndexDescriptionEntry |
| typedef std::map< unsigned int, QString > ConnectionArgValues |
| typedef ConnectionArgValues::iterator ConnectionArgValuesEntry |
| typedef ConnectionArgValues::const_iterator ConnectionArgValuesConstEntry |
| typedef std::map<std::string,std::string> DriverRecordArgValues |
| typedef DriverRecordArgValues::iterator DriverRecordArgValuesEntry |
| enum DtProtocolTypes |