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