Implement raw DeviceMonitor

Multiple things have been done in this commit; the base of the new
backend has effectively been created. This branch currently has many
vital parts commented out. Therefore, this branch is currently only
intended for debugging.
This commit is contained in:
pixl
2020-06-16 19:53:38 -04:00
parent 526ffec61a
commit ec4ae56bc4
20 changed files with 797 additions and 78 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define LOGID_DEVICE_H
#include "Actions.h"
#include "DeviceFinder.h"
#include "DeviceMonitor.h"
#include "Configuration.h"
#include <map>