VR-Engage  2.2
Loading...
Searching...
No Matches
Commander Control Logic Role Parameters

Detailed Description

Collaboration diagram for Commander Control Logic Role Parameters:

Variables

constexpr const char * makVre::CommanderControlLogicConfig::enableZoom = "enableZoom"
 
constexpr const char * makVre::CommanderControlLogicConfig::maxZoom = "maxZoom"
 
constexpr const char * makVre::CommanderControlLogicConfig::minZoom = "minZoom"
 
constexpr const char * makVre::CommanderControlLogicConfig::outTheHatchMode = "outTheHatchMode"
 

Variable Documentation

◆ enableZoom

const char* makVre::CommanderControlLogicConfig::enableZoom = "enableZoom"
constexpr
Parameter NameenableZoom
Parameter DescriptionDetermines whether zoom functionality is available in out the hatch mode.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["commanderControlLogic"] = {
...
enableZoom = false;
...
};

◆ maxZoom

const char* makVre::CommanderControlLogicConfig::maxZoom = "maxZoom"
constexpr
Parameter NamemaxZoom
Parameter DescriptionMaximum allowable zoom magnification level for the sensor system.
Parameter Typedouble
Parameter Default32.0
Required?No

Example Role Config Usage:

["commanderControlLogic"] = {
...
maxZoom = 32.0;
...
};

◆ minZoom

const char* makVre::CommanderControlLogicConfig::minZoom = "minZoom"
constexpr
Parameter NameminZoom
Parameter DescriptionMinimum allowable zoom magnification level for the sensor system.
Parameter Typedouble
Parameter Default1.0
Required?No

Example Role Config Usage:

["commanderControlLogic"] = {
...
minZoom = 1.0;
...
};

◆ outTheHatchMode

const char* makVre::CommanderControlLogicConfig::outTheHatchMode = "outTheHatchMode"
constexpr
Parameter NameoutTheHatchMode
Parameter DescriptionEnables out the hatch mode where sensor control directly affects observer view rather than sending joystick messages.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["commanderControlLogic"] = {
...
outTheHatchMode = false;
...
};