Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
nps_ivy.h File Reference
#include "nps_fdm.h"
#include "nps_sensors.h"
+ Include dependency graph for nps_ivy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void nps_ivy_init (char *ivy_bus, bool nodisplay)
 
void nps_ivy_hitl (struct NpsSensors *sensors_data)
 
void nps_ivy_display (struct NpsFdm *fdm_ivy, struct NpsSensors *sensors_ivy)
 
void nps_ivy_send_WORLD_ENV_REQ (void)
 
void nps_ivy_run (void)
 

Variables

bool nps_ivy_send_world_env
 

Function Documentation

◆ nps_ivy_display()

void nps_ivy_display ( struct NpsFdm fdm_ivy,
struct NpsSensors sensors_ivy 
)
extern

Definition at line 237 of file nps_ivy.c.

References double_quat_vmult(), fdm, fdm_mutex, foo, nps_ivy_send_world_env, nps_ivy_send_WORLD_ENV_REQ(), RATE_FLOAT_OF_BFP, and sensors.

Referenced by nps_ivy_display_cb().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nps_ivy_hitl()

void nps_ivy_hitl ( struct NpsSensors sensors_data)
extern

◆ nps_ivy_init()

void nps_ivy_init ( char ivy_bus,
bool  nodisplay 
)
extern

Definition at line 73 of file nps_ivy.c.

References ap_launch_index, find_launch_index(), foo, nps_ivy_display_cb(), NPS_IVY_DISPLAY_PERIOD_MS, nps_ivy_display_timer, nps_ivy_send_world_env, on_DL_SETTING(), and on_WORLD_ENV().

Referenced by nps_main_display().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nps_ivy_run()

void nps_ivy_run ( void  )
extern

Definition at line 311 of file nps_ivy.c.

References foo.

Referenced by nps_main_display().

+ Here is the caller graph for this function:

◆ nps_ivy_send_WORLD_ENV_REQ()

void nps_ivy_send_WORLD_ENV_REQ ( void  )
extern

Definition at line 147 of file nps_ivy.c.

References fdm, fdm_mutex, foo, ivyPtr, on_WORLD_ENV(), and seq.

Referenced by nps_ivy_display().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ nps_ivy_send_world_env

bool nps_ivy_send_world_env
extern

Definition at line 29 of file nps_ivy.c.

Referenced by nps_atmosphere_update(), nps_ivy_display(), and nps_ivy_init().