2#include "AbsControlModule.h"
Definition APErrorObject.h:4
Definition APHealthObject.h:5
AbsControlModuleProps()
Definition AbsControlModule.h:10
AbsControlModule(AbsControlModuleProps _props)
Definition AbsControlModule.cpp:23
Definition FacialLandmarksCV.cpp:17
Definition SimpleControlModule.h:4
SimpleControlModuleProps()
Definition SimpleControlModule.h:6
boost::shared_ptr< Detail > mDetail
Definition SimpleControlModule.h:28
void sendEOPFrame()
Definition SimpleControlModule.cpp:13
void sendEOS()
Definition SimpleControlModule.cpp:3
SimpleControlModule(SimpleControlModuleProps _props)
Definition SimpleControlModule.h:12
~SimpleControlModule()
Definition SimpleControlModule.h:16
void handleError(const APErrorObject &error) override
Definition SimpleControlModule.cpp:24
void handleHealthCallback(const APHealthObject &healthObj) override
Definition SimpleControlModule.cpp:31
std::string printStatus()
Definition SimpleControlModule.cpp:18