API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.Data.Jaco.Config.CControlsModeMap Class Reference

This serializable class encapsulate and represent informations about the control modemap. Basically, the CControlsModeMap have a list of functionnality for the button events and another list of functionnality for the stick events. More...

Public Member Functions

 CControlsModeMap ()
 Initializes a new instance of the CControlsModeMap class. More...
 
void Init ()
 Initialize this instance. More...
 

Public Attributes

const int NB_STICKEVENT = 6
 Stick event list's quantity. More...
 
const int NB_BUTTONEVENT = 26
 Button event list's quantity. More...
 

Properties

int DiagonalsLocked [get, set]
 Gets or sets the diagonals locked. More...
 
int Expansion [get, set]
 Gets or sets the expansion. More...
 
List< CStickEventsControlSticks [get, set]
 Gets or sets the control sticks. More...
 
List< CButtonsEventsControlButtons [get, set]
 Gets or sets the control buttons. More...
 
byte[] Expansion2 [get, set]
 Gets or sets the expansion2. More...
 

Detailed Description

This serializable class encapsulate and represent informations about the control modemap. Basically, the CControlsModeMap have a list of functionnality for the button events and another list of functionnality for the stick events.

Constructor & Destructor Documentation

Kinova.DLL.Data.Jaco.Config.CControlsModeMap.CControlsModeMap ( )

Initializes a new instance of the CControlsModeMap class.

Member Function Documentation

void Kinova.DLL.Data.Jaco.Config.CControlsModeMap.Init ( )

Initialize this instance.

Member Data Documentation

const int Kinova.DLL.Data.Jaco.Config.CControlsModeMap.NB_BUTTONEVENT = 26

Button event list's quantity.

const int Kinova.DLL.Data.Jaco.Config.CControlsModeMap.NB_STICKEVENT = 6

Stick event list's quantity.

Property Documentation

List<CButtonsEvents> Kinova.DLL.Data.Jaco.Config.CControlsModeMap.ControlButtons
getset

Gets or sets the control buttons.

The control buttons.

List<CStickEvents> Kinova.DLL.Data.Jaco.Config.CControlsModeMap.ControlSticks
getset

Gets or sets the control sticks.

The control sticks.

int Kinova.DLL.Data.Jaco.Config.CControlsModeMap.DiagonalsLocked
getset

Gets or sets the diagonals locked.

The diagonals locked.

int Kinova.DLL.Data.Jaco.Config.CControlsModeMap.Expansion
getset

Gets or sets the expansion.

The expansion.

byte [] Kinova.DLL.Data.Jaco.Config.CControlsModeMap.Expansion2
getset

Gets or sets the expansion2.

The expansion2.


The documentation for this class was generated from the following file: