Low-Level C# SDK
v1.3.0
|
This component receives and exposes raw sensors data from the hardware. More...
Public Member Functions | |
delegate void | dRawSensorDataEvent (TrackingRawData sensorsData) |
WeArtTrackingRawDataObject (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. | |
TrackingRawData | LastSample [get] |
Events | |
dRawSensorDataEvent | DataReceived |
This component receives and exposes raw sensors data from the hardware.
|
inline |
delegate void WeArt.Components.WeArtTrackingRawDataObject.dRawSensorDataEvent | ( | TrackingRawData | sensorsData | ) |
|
getset |
The actuation point of the thimble/sensor.
|
getset |
The hand side of the thimble/sensor.
|
get |
dRawSensorDataEvent WeArt.Components.WeArtTrackingRawDataObject.DataReceived |