msDataSet (Structure) |
Top Previous Next |
Structure to read a simultaneous set of data from the motion sensor devices. Use with msRead.
Fields: Time : DINT The timestamp of the dataset. Represents milliseconds elapsed after the first sensor was turned on, or the logger started.
AccX : FLOAT The X-axis composant of the received data from the accelerometer.
AccY : FLOAT The Y-axis composant of the received data from the accelerometer.
AccZ : FLOAT The Z-axis composant of the received data from the accelerometer.
GyrX : FLOAT The X-axis composant of the received data from the gyroscope.
GyrY : FLOAT The Y-axis composant of the received data from the gyroscope.
GyrZ : FLOAT The Z-axis composant of the received data from the gyroscope.
MagX : FLOAT The X-axis composant of the received data from the magnetometer.
MagY : FLOAT The X-axis composant of the received data from the magnetometer.
MagZ : FLOAT The X-axis composant of the received data from the magnetometer.
Declaration: STRUCT_BLOCK msDataSet; |