Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
auterion::ObjectDetectionClient Member List

This is the complete list of members for auterion::ObjectDetectionClient, including all inherited members.

detections2D() constauterion::ObjectDetectionClient
disableObjectDetection()auterion::ObjectDetectionClient
enableObjectDetection()auterion::ObjectDetectionClient
ObjectDetectionClient(SDK &sdk, const std::string &detections_topic="object_detection/detections_2d", const std::string &enabled_topic="object_detection/detections_2d_enabled")auterion::ObjectDetectionClient
ObjectDetectionClient(const ObjectDetectionClient &)=delete (defined in auterion::ObjectDetectionClient)auterion::ObjectDetectionClient
ObjectDetectionClient(ObjectDetectionClient &&)=delete (defined in auterion::ObjectDetectionClient)auterion::ObjectDetectionClient
operator=(const ObjectDetectionClient &)=delete (defined in auterion::ObjectDetectionClient)auterion::ObjectDetectionClient
operator=(ObjectDetectionClient &&)=delete (defined in auterion::ObjectDetectionClient)auterion::ObjectDetectionClient
subscribeDetections2D(Detections2DCallback callback=nullptr)auterion::ObjectDetectionClientinline
~ObjectDetectionClient()auterion::ObjectDetectionClientvirtual