| 
    iCub-main
    
   | 
 
#include <ST_M1_dataType.h>
Public Attributes | |
| int16_t | accel [3] | 
| int16_t | gyro [3] | 
| int16_t | magn [3] | 
| int16_t | temp | 
| uint32_t | euler_raw [3] | 
| uint32_t | quat [4] | 
| uint8_t | frameControl | 
| uint8_t | length | 
| uint8_t | messageId | 
| uint8_t * | payload | 
Definition at line 34 of file ST_M1_dataType.h.
| int16_t __attribute__::accel[3] | 
Definition at line 36 of file ST_M1_dataType.h.
| uint32_t __attribute__::euler_raw[3] | 
Definition at line 40 of file ST_M1_dataType.h.
| uint8_t __attribute__::frameControl | 
Definition at line 48 of file ST_M1_dataType.h.
| int16_t __attribute__::gyro[3] | 
Definition at line 37 of file ST_M1_dataType.h.
| uint8_t __attribute__::length | 
Definition at line 49 of file ST_M1_dataType.h.
| int16_t __attribute__::magn[3] | 
Definition at line 38 of file ST_M1_dataType.h.
| uint8_t __attribute__::messageId | 
Definition at line 50 of file ST_M1_dataType.h.
| uint8_t* __attribute__::payload | 
Definition at line 51 of file ST_M1_dataType.h.
| uint32_t __attribute__::quat[4] | 
Definition at line 41 of file ST_M1_dataType.h.
| int16_t __attribute__::temp | 
Definition at line 39 of file ST_M1_dataType.h.