initial docker support on x86

This commit is contained in:
David
2019-05-28 14:27:57 +10:00
commit 7a6b39bf18
23 changed files with 1403 additions and 0 deletions
+13
View File
@@ -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