Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
nps_ivy.h
Go to the documentation of this file.
1 #ifndef NPS_IVY
2 #define NPS_IVY
3 
4 #include "nps_fdm.h"
5 #include "nps_sensors.h"
6 
7 extern bool nps_ivy_send_world_env;
8 
9 extern void nps_ivy_init(char *ivy_bus);
10 extern void nps_ivy_hitl(struct NpsSensors* sensors_data);
11 extern void nps_ivy_display(struct NpsFdm* fdm_ivy, struct NpsSensors* sensors_ivy);
12 extern void nps_ivy_send_WORLD_ENV_REQ(void);
13 
14 #endif /* NPS_IVY */
Definition: nps_fdm.h:44
void nps_ivy_send_WORLD_ENV_REQ(void)
Definition: nps_ivy.c:127
bool nps_ivy_send_world_env
Definition: nps_ivy.c:29
void nps_ivy_display(struct NpsFdm *fdm_ivy, struct NpsSensors *sensors_ivy)
Definition: nps_ivy.c:221
void nps_ivy_hitl(struct NpsSensors *sensors_data)
void nps_ivy_init(char *ivy_bus)
Definition: nps_ivy.c:58