We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a77b7 commit 668a98bCopy full SHA for 668a98b
room_control_unit/src/config/ContextProvider.h
@@ -29,6 +29,7 @@
29
#include "../app/logic/fsm/presencemonitoring/PresenceMonitoring.h"
30
#include "../app/logic/fsm/peopletracking/PeopleTracking.h"
31
#include "../app/logic/fsm/oradvancedmonitoring/ORAdvancedMonitoring.h"
32
+#include "../app/logic/fsm/commandlistener/CommandListener.h"
33
34
35
@@ -112,4 +113,11 @@ ORAdvancedMonitoringContext* getORAdvancedMonitoringContext(List<Event*>* eventL
112
113
};
114
}
115
116
+CommandListenerContext* getCommandListenerContext(DataProvider* dataProvider) {
117
+ return new CommandListenerContext {
118
+ dataProvider,
119
+ nullptr
120
+ };
121
+}
122
+
123
#endif
0 commit comments