71 std::shared_ptr<json::Object> detectionMessage);
81 mutable std::recursive_mutex m_DetectionMutex;
bool receiveExternalMessage(std::shared_ptr< json::Object > com)
CDetection communication receiving function.
Definition: Detection.cpp:30
glasscore detection class
Definition: Detection.h:29
bool processDetectionMessage(std::shared_ptr< json::Object > detectionMessage)
Process detection message.
Definition: Detection.cpp:56
~CDetection()
CDetection destructor.
Definition: Detection.cpp:26
The namespace containing the core algorithm.
Definition: Correlation.h:17
CDetection()
CDetection constructor.
Definition: Detection.cpp:22