RobotKit API
|
A structure used to indicate which sensor values are valid from streamed data. More...
#include <RKSensorData.h>
Public Attributes | |
BOOL | xValid |
BOOL | yValid |
BOOL | zValid |
BOOL | xRawValid |
BOOL | yRawValid |
BOOL | zRawValid |
This type is a structure of boolean flags to indicate which sensor data values are valid. Each flag is set based on a mask used to request streaming data, which allows control down to a paticular axis to be sampled.
Indicates that the raw x axis sensor value is valid.
Indicates that the filtered x axis sensor value is valid.
Indicates that the raw y axis sensor valie is valid.
Indicates that the filtered y axis sensor value is valid.
Indicates that the raw z axis sensor value is valid.
Indicates that the filtered z axis sensor value is valid.