msMagData (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


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;
  X         : FLOAT;
  Y         : FLOAT;
  Z         : FLOAT;
END_STRUCT_BLOCK;