Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
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
7extern bool nps_ivy_send_world_env;
8
9extern void nps_ivy_init(char *ivy_bus, bool nodisplay);
11extern void nps_ivy_display(struct NpsFdm* fdm_ivy, struct NpsSensors* sensors_ivy);
12extern void nps_ivy_send_WORLD_ENV_REQ(void);
13extern void nps_ivy_run(void);
14
15#endif /* NPS_IVY */
uint16_t foo
Definition main_demo5.c:58
void nps_ivy_init(char *ivy_bus, bool nodisplay)
Definition nps_ivy.c:72
void nps_ivy_run(void)
Definition nps_ivy.c:303
void nps_ivy_send_WORLD_ENV_REQ(void)
Definition nps_ivy.c:142
bool nps_ivy_send_world_env
Definition nps_ivy.c:28
void nps_ivy_display(struct NpsFdm *fdm_ivy, struct NpsSensors *sensors_ivy)
Definition nps_ivy.c:232
void nps_ivy_hitl(struct NpsSensors *sensors_data)