MLControllerState
Module: Controller
A structure containing information about the current state of this controller. More...
#include <ml_controller.h>
Public Attributes
| Type | Name |
|---|---|
| uint8_t | controller_id |
| struct MLControllerStream[MLControllerMode_Count] | stream |
| MLControllerCalibAccuracy | accuracy |
Detailed Description
struct MLControllerState;
A structure containing information about the current state of this controller.
Deprecated
Deprecated since 1.1.0. Scheduled for removal.
Public Attributes Documentation
controller_id
uint8_t controller_id;
ID of this controller.
stream
struct MLControllerStream[MLControllerMode_Count] stream;
| Type | Description |
|---|---|
| struct MLControllerStream[MLControllerMode_Count] | A structure containing information about the tracking-stream of this controller. [MLControllerMode_Count] |
Current controller's tracking streams.
accuracy
MLControllerCalibAccuracy accuracy;
| Type | Description |
|---|---|
| MLControllerCalibAccuracy | Calibration Accuracy levels for controller. |
Calibration accuracy for the current controller.