RobotKit API
Public Attributes
RK3AxisSensorState Struct Reference

A structure used to indicate which sensor values are valid from streamed data. More...

#include <RKSensorData.h>

List of all members.

Public Attributes

BOOL xValid
BOOL yValid
BOOL zValid
BOOL xRawValid
BOOL yRawValid
BOOL zRawValid

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties