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

This class encapsulate and represent informations about a Control mapping charts. This class is the root class of the control mapping system. Basically, the CControlMappingCharts is a list of 6 distinctive mapping. More...

Public Member Functions

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

Public Attributes

const int CONTROLMAPPING_QUANTITY = 6
 The controlmaping list's size More...
 

Properties

int ActualControlMapping [get, set]
 Gets or sets the actual control mapping. More...
 
List< CControlMappingControlMapping [get, set]
 Gets or sets the control mapping. More...
 

Detailed Description

This class encapsulate and represent informations about a Control mapping charts. This class is the root class of the control mapping system. Basically, the CControlMappingCharts is a list of 6 distinctive mapping.

Constructor & Destructor Documentation

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

Initializes a new instance of the CControlMappingCharts class.

Member Function Documentation

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

Initialize this instance.

Member Data Documentation

const int Kinova.DLL.Data.Jaco.Config.CControlMappingCharts.CONTROLMAPPING_QUANTITY = 6

The controlmaping list's size

Property Documentation

int Kinova.DLL.Data.Jaco.Config.CControlMappingCharts.ActualControlMapping
getset

Gets or sets the actual control mapping.

The actual control mapping.

List<CControlMapping> Kinova.DLL.Data.Jaco.Config.CControlMappingCharts.ControlMapping
getset

Gets or sets the control mapping.

The control mapping.


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