Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nps_flightgear.h
Go to the documentation of this file.
1#ifndef NPS_FLIGHTGEAR_H
2#define NPS_FLIGHTGEAR_H
3
4extern void nps_flightgear_init(const char* host, unsigned int port, unsigned int port_in, unsigned int time_offset);
5extern void nps_flightgear_send(void);
6extern void nps_flightgear_send_fdm(void);
7
8#endif /* NPS_FLIGHTGEAR_H */
uint16_t foo
Definition main_demo5.c:58
void nps_flightgear_send(void)
Send FlightGear GUI packet For visualization of airplane position and attitude only start fgfs with –...
void nps_flightgear_init(const char *host, unsigned int port, unsigned int port_in, unsigned int time_offset)
void nps_flightgear_send_fdm(void)
Send FlightGear FDM packet For visualization with moving surfaces (elevator, propeller etc).