Issue #15 Added CPassiveObserver and CPassiveMutator

These implement a many-to-many publish/subscribe pattern.
This commit is contained in:
Mat Sutcliffe
2019-02-26 01:51:39 +00:00
parent 073f1549a2
commit 333804a0e6
7 changed files with 213 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ HEADERS += *.h \
$$files($$PWD/network/settings/*.h) \
$$files($$PWD/network/external/*.h) \
$$files($$PWD/pq/*.h) \
$$files($$PWD/sharedstate/*.h) \
$$files($$PWD/simulation/*.h) \
$$files($$PWD/simulation/data/*.h) \
$$files($$PWD/simulation/settings/*.h) \
@@ -61,6 +62,7 @@ SOURCES += *.cpp \
$$files($$PWD/network/settings/*.cpp) \
$$files($$PWD/network/external/*.cpp) \
$$files($$PWD/pq/*.cpp) \
$$files($$PWD/sharedstate/*.cpp) \
$$files($$PWD/simulation/*.cpp) \
$$files($$PWD/simulation/data/*.cpp) \
$$files($$PWD/simulation/settings/*.cpp) \