Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ NpsSensorMag

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

◆ nps_sensor_mag_init()

void nps_sensor_mag_init ( struct NpsSensorMag mag,
double  time 
)

◆ nps_sensor_mag_run_step()

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