Paparazzi UAS  v5.14.0_stable-0-g3f680d1
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 
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 */
void nps_flightgear_send(void)
Send FlightGear GUI packet For visualization of airplane position and attitude only start fgfs with â€...
void nps_flightgear_send_fdm(void)
Send FlightGear FDM packet For visualization with moving surfaces (elevator, propeller etc)...
void nps_flightgear_init(const char *host, unsigned int port, unsigned int port_in, unsigned int time_offset)