-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[control daemon] update to newest master
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule axiom-control-daemon
updated
25 files
+6 −3 | .circleci/config.yml | |
+0 −1 | API_WS/CMakeLists.txt | |
+2 −2 | API_WS/WSServer.cpp | |
+25 −28 | Adapter/CMV12000Adapter.cpp | |
+11 −4 | Adapter/CMV12000Adapter.h | |
+5 −5 | Adapter/IDaemonModule.h | |
+14 −4 | Adapter/MemoryAdapter.h | |
+3 −2 | Adapter/MemoryAdapterDummy.h | |
+1 −2 | CLI/CMakeLists.txt | |
+32 −10 | CLI/Main.cpp | |
+6 −6 | CMakeLists.txt | |
+96 −59 | Daemon/Daemon.cpp | |
+17 −7 | Daemon/Daemon.h | |
+4 −1 | Daemon/Main.cpp | |
+26 −0 | Daemon/description.json | |
+21 −0 | Log/DefaultLogger.cpp | |
+20 −0 | Log/DefaultLogger.h | |
+15 −2 | Log/ILogger.h | |
+0 −20 | Log/JournalLogger.h | |
+62 −0 | Log/Logger.cpp | |
+35 −0 | Log/Logger.h | |
+1 −9 | UnitTests/CMakeLists.txt | |
+3 −6 | systemd/axiom.service | |
+0 −9 | systemd/axiom.socket | |
+1 −3 | systemd/install_daemon.sh |