Im Simu-Mode Bedienung über Tastatur
This commit is contained in:
7
main.h
7
main.h
@@ -13,6 +13,9 @@
|
||||
#include <signal.h>
|
||||
#include <syslog.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdatomic.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
#define CYCLE_COUNTER_MAX 86400000
|
||||
|
||||
@@ -24,6 +27,10 @@ struct period_info
|
||||
float fStartTime;
|
||||
};
|
||||
|
||||
extern atomic_bool abKeyPlus;
|
||||
extern atomic_bool abKeyMinus;
|
||||
extern atomic_bool abKeyStop;
|
||||
|
||||
extern struct period_info pinfo;
|
||||
extern void mylog(int prio, const char *format, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user