Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
nps_flightgear.h
Go to the documentation of this file.
1 #ifndef NPS_FLIGHTGEAR_H
2 #define NPS_FLIGHTGEAR_H
3 
4 extern void nps_flightgear_init(const char* host, unsigned int port, unsigned int port_in, unsigned int time_offset);
5 extern void nps_flightgear_send(void);
6 extern void nps_flightgear_send_fdm(void);
7 
8 #endif /* NPS_FLIGHTGEAR_H */
nps_flightgear_init
void nps_flightgear_init(const char *host, unsigned int port, unsigned int port_in, unsigned int time_offset)
Definition: nps_flightgear.c:52
nps_flightgear_send
void nps_flightgear_send(void)
Send FlightGear GUI packet For visualization of airplane position and attitude only start fgfs with –...
Definition: nps_flightgear.c:179
nps_flightgear_send_fdm
void nps_flightgear_send_fdm(void)
Send FlightGear FDM packet For visualization with moving surfaces (elevator, propeller etc).
Definition: nps_flightgear.c:115