Issue #15 Added CDataLinkDBus, an implementation for sharing state between processes via DBus

This commit is contained in:
Mat Sutcliffe
2019-02-26 01:51:50 +00:00
parent 7df7de7f07
commit 2ddc5d51f7
17 changed files with 1163 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ HEADERS += *.h \
$$files($$PWD/network/external/*.h) \
$$files($$PWD/pq/*.h) \
$$files($$PWD/sharedstate/*.h) \
$$files($$PWD/sharedstate/dbus/*.h) \
$$files($$PWD/simulation/*.h) \
$$files($$PWD/simulation/data/*.h) \
$$files($$PWD/simulation/settings/*.h) \
@@ -63,6 +64,7 @@ SOURCES += *.cpp \
$$files($$PWD/network/external/*.cpp) \
$$files($$PWD/pq/*.cpp) \
$$files($$PWD/sharedstate/*.cpp) \
$$files($$PWD/sharedstate/dbus/*.cpp) \
$$files($$PWD/simulation/*.cpp) \
$$files($$PWD/simulation/data/*.cpp) \
$$files($$PWD/simulation/settings/*.cpp) \