initial docker support on x86
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef ___MAIN_H
|
||||
#define ___MAIN_H
|
||||
|
||||
#include <atomic>
|
||||
#include "skymax.h"
|
||||
|
||||
extern bool debugFlag;
|
||||
extern atomic_bool ups_status_changed;
|
||||
extern atomic_bool ups_qmod_changed;
|
||||
extern atomic_bool ups_qpiri_changed;
|
||||
extern atomic_bool ups_qpigs_changed;
|
||||
|
||||
#endif // ___MAIN_H
|
||||
Reference in New Issue
Block a user