Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
imu_nps.c File Reference
#include "subsystems/imu.h"
#include "subsystems/abi.h"
#include "generated/airframe.h"
#include "nps_sensors.h"
+ Include dependency graph for imu_nps.c:

Go to the source code of this file.

Functions

void imu_nps_init (void)
 
void imu_feed_gyro_accel (void)
 
void imu_feed_mag (void)
 
void imu_nps_event (void)
 

Variables

struct ImuNps imu_nps
 

Function Documentation

void imu_feed_mag ( void  )

Definition at line 53 of file imu_nps.c.

References imu, imu_nps, NpsSensors::mag, ImuNps::mag_available, Imu::mag_unscaled, sensors, NpsSensorMag::value, VECT3_ASSIGN, DoubleVect3::x, DoubleVect3::y, and DoubleVect3::z.

Referenced by nps_autopilot_run_step().

+ Here is the caller graph for this function:

void imu_nps_event ( void  )
void imu_nps_init ( void  )

Variable Documentation

struct ImuNps imu_nps

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().