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

This class represents the value contained in a 6-axis joystick. It contains value of all buttons and the value of every position of the "controlstick". More...

Public Member Functions

 CJoystickValue ()
 Initializes a new instance of the CJoystickValue class. More...
 

Public Attributes

const int BUTTON_VALUE_SIZE = 16
 The size of the button's value array. More...
 

Properties

short[] ButtonValue [get, set]
 Gets or sets the valeur bouton. More...
 
float InclineLR [get, set]
 Gets or sets the incline LR. More...
 
float InclineFB [get, set]
 Gets or sets the incline FB. More...
 
float Rotate [get, set]
 Gets or sets the rotate. More...
 
float MoveLR [get, set]
 Gets or sets the move LR. More...
 
float MoveFB [get, set]
 Gets or sets the move FB. More...
 
float PushPull [get, set]
 Gets or sets the push pull. More...
 

Detailed Description

This class represents the value contained in a 6-axis joystick. It contains value of all buttons and the value of every position of the "controlstick".

Constructor & Destructor Documentation

Kinova.DLL.Data.Jaco.CJoystickValue.CJoystickValue ( )

Initializes a new instance of the CJoystickValue class.

Member Data Documentation

const int Kinova.DLL.Data.Jaco.CJoystickValue.BUTTON_VALUE_SIZE = 16

The size of the button's value array.

Property Documentation

short [] Kinova.DLL.Data.Jaco.CJoystickValue.ButtonValue
getset

Gets or sets the valeur bouton.

The valeur bouton.

float Kinova.DLL.Data.Jaco.CJoystickValue.InclineFB
getset

Gets or sets the incline FB.

The incline FB.

float Kinova.DLL.Data.Jaco.CJoystickValue.InclineLR
getset

Gets or sets the incline LR.

The incline LR.

float Kinova.DLL.Data.Jaco.CJoystickValue.MoveFB
getset

Gets or sets the move FB.

The move FB.

float Kinova.DLL.Data.Jaco.CJoystickValue.MoveLR
getset

Gets or sets the move LR.

The move LR.

float Kinova.DLL.Data.Jaco.CJoystickValue.PushPull
getset

Gets or sets the push pull.

The push pull.

float Kinova.DLL.Data.Jaco.CJoystickValue.Rotate
getset

Gets or sets the rotate.

The rotate.


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