Low-Level C# SDK
v1.2.0
|
This component receives and exposes raw sensors data from the hardware. More...
Public Member Functions | |
delegate void | dRawSensorDataEvent (SensorData sensorsData) |
WeArtRawSensorsDataTrackingObject (WeArtClient client, HandSide handSide=HandSide.Right, ActuationPoint actuationPoint=ActuationPoint.Index) | |
Properties | |
HandSide | HandSide [get, set] |
The hand side of the thimble/sensor. | |
ActuationPoint | ActuationPoint [get, set] |
The actuation point of the thimble/sensor. | |
SensorData | LastSample [get] |
Events | |
dRawSensorDataEvent | DataReceived |
This component receives and exposes raw sensors data from the hardware.
|
inline |
delegate void WeArt.Components.WeArtRawSensorsDataTrackingObject.dRawSensorDataEvent | ( | SensorData | sensorsData | ) |
|
getset |
The actuation point of the thimble/sensor.
|
getset |
The hand side of the thimble/sensor.
|
get |
dRawSensorDataEvent WeArt.Components.WeArtRawSensorsDataTrackingObject.DataReceived |