FlightGear next
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <map>
#include <simgear/io/SGDataDistributionService.hxx>
#include "dds_fwd.hxx"
#include <termios.h>
Go to the source code of this file.
Macros | |
#define | MAX_SAMPLES 1 |
Functions | |
void | set_mode (int want_key) |
int | get_key () |
int | main () |
#define MAX_SAMPLES 1 |
Definition at line 12 of file fg_dds_log.cpp.
int get_key | ( | ) |
Definition at line 31 of file fg_dds_log.cpp.
int main | ( | ) |
Definition at line 63 of file fg_dds_log.cpp.
void set_mode | ( | int | want_key | ) |
Definition at line 17 of file fg_dds_log.cpp.