mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
9 lines
215 B
C
9 lines
215 B
C
#ifndef NPS_FLIGHTGEAR_H
|
|
#define NPS_FLIGHTGEAR_H
|
|
|
|
|
|
extern void nps_flightgear_init(const char* host, unsigned int port, unsigned int time_offset);
|
|
extern void nps_flightgear_send();
|
|
|
|
#endif /* NPS_FLIGHTGEAR_H */
|