Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
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 
5 extern void nps_flightgear_init(const char* host, unsigned int port, unsigned int port_in, unsigned int time_offset);
6 extern void nps_flightgear_send();
7 extern void nps_flightgear_send_fdm();
8 extern void nps_flightgear_receive();
9 
10 
11 #endif /* NPS_FLIGHTGEAR_H */
void nps_flightgear_send()
Send FlightGear GUI packet For visualization of airplane position and attitude only start fgfs with â€...
void nps_flightgear_receive()
Receive Flight Gear environment messages.
void nps_flightgear_init(const char *host, unsigned int port, unsigned int port_in, unsigned int time_offset)
void nps_flightgear_send_fdm()
Send FlightGear FDM packet For visualization with moving surfaces (elevator, propeller etc)...