|
API C#
|
This class represents a controlmapping. A controlmapping basically have 2 lists of control modemap and a mode. More...
Public Member Functions | |
| CControlMapping () | |
| Initializes a new instance of the CControlMapping class. More... | |
| void | Init () |
| Initialize this instance and all its members with a default 3 axes joystick. More... | |
| void | SetToEasyRiderDefault () |
| Sets the control mapping with the easyrider default settings. More... | |
| void | SetToUniversalAdapterDefault () |
| Sets the control mapping with the universal adapter default settings. More... | |
| void | SetToInterfaceDefault () |
| Sets the control mapping with the interface default settings. More... | |
| void | SetTo3AxesDefault () |
| Sets the control mapping with the 3 axes joystick default settings. More... | |
| void | SetTo2AxesDefault () |
| Sets the control mapping with the 2 axes joystick default settings. More... | |
Public Attributes | |
| const int | CONTROL_MODE_MAP_QUANTITY = 6 |
| The size of mode map list. More... | |
Properties | |
| int | ModeAQuantity [get, set] |
| Gets or sets the mode A quantity. More... | |
| int | ModeBQuantity [get, set] |
| Gets or sets the mode B quantity. More... | |
| int | ActualModeA [get, set] |
| Gets or sets the actual mode A. More... | |
| int | ActualModeB [get, set] |
| Gets or sets the actual mode B. More... | |
| CJacoStructures.ControlMappingMode | Mode [get, set] |
| Gets or sets the mode. More... | |
| List< CControlsModeMap > | ModeControlsA [get, set] |
| Gets or sets the mode controls A. More... | |
| List< CControlsModeMap > | ModeControlsB [get, set] |
| Gets or sets the mode controls B. More... | |
This class represents a controlmapping. A controlmapping basically have 2 lists of control modemap and a mode.
| Kinova.DLL.Data.Jaco.Config.CControlMapping.CControlMapping | ( | ) |
Initializes a new instance of the CControlMapping class.
| void Kinova.DLL.Data.Jaco.Config.CControlMapping.Init | ( | ) |
Initialize this instance and all its members with a default 3 axes joystick.
| void Kinova.DLL.Data.Jaco.Config.CControlMapping.SetTo2AxesDefault | ( | ) |
Sets the control mapping with the 2 axes joystick default settings.
| void Kinova.DLL.Data.Jaco.Config.CControlMapping.SetTo3AxesDefault | ( | ) |
Sets the control mapping with the 3 axes joystick default settings.
| void Kinova.DLL.Data.Jaco.Config.CControlMapping.SetToEasyRiderDefault | ( | ) |
Sets the control mapping with the easyrider default settings.
| void Kinova.DLL.Data.Jaco.Config.CControlMapping.SetToInterfaceDefault | ( | ) |
Sets the control mapping with the interface default settings.
| void Kinova.DLL.Data.Jaco.Config.CControlMapping.SetToUniversalAdapterDefault | ( | ) |
Sets the control mapping with the universal adapter default settings.
| const int Kinova.DLL.Data.Jaco.Config.CControlMapping.CONTROL_MODE_MAP_QUANTITY = 6 |
The size of mode map list.
|
getset |
Gets or sets the actual mode A.
The actual mode A.
|
getset |
Gets or sets the actual mode B.
The actual mode B.
|
getset |
Gets or sets the mode.
The mode.
|
getset |
Gets or sets the mode A quantity.
The mode A quantity.
|
getset |
Gets or sets the mode B quantity.
The mode B quantity.
|
getset |
Gets or sets the mode controls A.
The mode controls A.
|
getset |
Gets or sets the mode controls B.
The mode controls B.