msAccData (Structure) |
Top Previous Next |
Structure to read a set of accelerometer sensor data from a logger buffer. See msLoggerNext and msLoggerRead.
Fields: X : FLOAT The X-axis composant of the received data from the accelerometer.
Y : FLOAT The Y-axis composant of the received data from the accelerometer.
Z : FLOAT The Z-axis composant of the received data from the accelerometer.
Declaration: STRUCT_BLOCK msAccData; |