缓存bug修复,状态机完成

This commit is contained in:
hm
2020-03-18 18:49:18 +08:00
parent f5b3fa5a09
commit 082ed2d316
13 changed files with 1232 additions and 190 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef MAVLINKINSPECTORGLOBAL_H
#define MAVLINKINSPECTORGLOBAL_H
#include <QtCore/qglobal.h>
#ifdef QtMavlinkInspector
#if defined(MAVLINKINSPECTOR_LIBRARY)
# define MAVLINKINSPECTORSHARED_EXPORT Q_DECL_EXPORT
#else
# define MAVLINKINSPECTORSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif
#endif // MAVLINKINSPECTORGLOBAL_H