|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
 Include dependency graph for imu_nps.h:
 Include dependency graph for imu_nps.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Data Structures | |
| struct | ImuNps | 
| Functions | |
| void | imu_feed_gyro_accel (void) | 
| void | imu_feed_mag (void) | 
| void | imu_nps_init (void) | 
| void | imu_nps_event (void) | 
| Variables | |
| struct ImuNps | imu_nps | 
| struct ImuNps | 
 Collaboration diagram for ImuNps:
 Collaboration diagram for ImuNps:| Data Fields | ||
|---|---|---|
| struct Int32Vect3 | accel | |
| uint8_t | accel_available | |
| struct Int32Rates | gyro | |
| uint8_t | gyro_available | |
| struct Int32Vect3 | mag | |
| uint8_t | mag_available | |
Definition at line 68 of file imu_nps.c.
References ImuNps::accel, ImuNps::accel_available, foo, get_sys_time_usec(), ImuNps::gyro, ImuNps::gyro_available, imu_nps, IMU_NPS_ID, ImuNps::mag, and ImuNps::mag_available.
 Here is the call graph for this function:
 Here is the call graph for this function:Definition at line 30 of file imu_nps.c.
References ImuNps::accel_available, ACCEL_FLOAT_OF_BFP, accel_neutral, accel_scale_f, foo, ImuNps::gyro_available, gyro_scale_f, imu_nps, IMU_NPS_ID, imu_set_defaults_accel(), imu_set_defaults_gyro(), imu_set_defaults_mag(), ImuNps::mag_available, MAG_FLOAT_OF_BFP, mag_scale_f, and RATE_FLOAT_OF_BFP.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | extern | 
Definition at line 28 of file imu_nps.c.
Referenced by imu_feed_gyro_accel(), imu_feed_mag(), imu_nps_event(), and imu_nps_init().