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
nps_sensor_mag.h File Reference
#include "math/pprz_algebra.h"
#include "math/pprz_algebra_double.h"
#include "math/pprz_algebra_float.h"
#include "std.h"
+ Include dependency graph for nps_sensor_mag.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  NpsSensorMag
 

Functions

void nps_sensor_mag_init (struct NpsSensorMag *mag, double time)
 
void nps_sensor_mag_run_step (struct NpsSensorMag *mag, double time, struct DoubleRMat *body_to_imu)
 

Data Structure Documentation

struct NpsSensorMag

Definition at line 9 of file nps_sensor_mag.h.

+ Collaboration diagram for NpsSensorMag:
Data Fields
bool data_available
struct DoubleRMat imu_to_sensor_rmat
int max
int min
struct DoubleVect3 neutral
double next_update
struct DoubleVect3 noise_std_dev
struct DoubleMat33 sensitivity
struct DoubleVect3 value

Function Documentation

void nps_sensor_mag_init ( struct NpsSensorMag mag,
double  time 
)
void nps_sensor_mag_run_step ( struct NpsSensorMag mag,
double  time,
struct DoubleRMat body_to_imu 
)