![]() |
VR-Forces 4.6 Class Documentation
|
Contains the DtConnectionSettingsObject class declaration. More...
Go to the source code of this file.
Classes | |
| class | DtConnectionSettings |
| Base class for all Launcher settings objects. More... | |
Typedefs | |
| typedef std::pair< const char *, const char * > | ArgFlagDescriptorPair |
| typedef boost::unordered_map < unsigned int, ArgFlagDescriptorPair > | ArgIndexDescriptionMap |
| typedef ArgIndexDescriptionMap::iterator | ArgIndexDescriptionEntry |
| typedef std::map< unsigned int, QString > | ConnectionArgValues |
| typedef ConnectionArgValues::iterator | ConnectionArgValuesEntry |
| typedef std::map< std::string, std::string > | DriverRecordArgValues |
| typedef DriverRecordArgValues::iterator | DriverRecordArgValuesEntry |
Enumerations | |
| enum | DtProtocolTypes { DtDISProtocol, DtHLA13Protocol, DtHLA1516Protocol, DtHLAEVOProtocol } |
| Enumeration for supported protocol types. More... | |
| enum | DtConnectionSettingsCommonArguments { AdditionalFrontEndCommandLineArguments = 1000, AdditionalBackEndCommandLineArguments = 1001 } |
Contains the DtConnectionSettingsObject class declaration.
| typedef std::pair<const char*,const char*> ArgFlagDescriptorPair |
| typedef boost::unordered_map<unsigned int,ArgFlagDescriptorPair> ArgIndexDescriptionMap |
| typedef ArgIndexDescriptionMap::iterator ArgIndexDescriptionEntry |
| typedef std::map< unsigned int, QString > ConnectionArgValues |
| typedef ConnectionArgValues::iterator ConnectionArgValuesEntry |
| typedef std::map<std::string,std::string> DriverRecordArgValues |
| typedef DriverRecordArgValues::iterator DriverRecordArgValuesEntry |
| enum DtProtocolTypes |