Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
nps_ins.h File Reference
#include "std.h"
#include "nps_fdm.h"
+ Include dependency graph for nps_ins.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INS_FREQUENCY   PERIODIC_FREQUENCY
 

Functions

void nps_ins_init (void)
 
void nps_ins_fetch_data (struct NpsFdm *fdm_ins)
 Fetch data from FDM and store them into vectornav packet NOTE: some noise is being added, see Vectornav specifications for details about the precision: http://www.vectornav.com/products/vn-200/specifications. More...
 
uint16_t nps_ins_fill_buffer (void)
 

Variables

uint8_tins_buffer
 

Macro Definition Documentation

◆ INS_FREQUENCY

#define INS_FREQUENCY   PERIODIC_FREQUENCY

Definition at line 34 of file nps_ins.h.

Function Documentation

◆ nps_ins_fetch_data()

◆ nps_ins_fill_buffer()

◆ nps_ins_init()

void nps_ins_init ( void  )

Definition at line 94 of file nps_ins_vectornav.c.

References ins_buffer, and vn_buffer.

Referenced by nps_ins_data_loop().

+ Here is the caller graph for this function:

Variable Documentation

◆ ins_buffer

uint8_t* ins_buffer

Definition at line 48 of file nps_ins_vectornav.c.

Referenced by nps_ins_data_loop(), and nps_ins_init().