12 #ifndef GO_WEB_SCAN_DETECTION_TASK_H
13 #define GO_WEB_SCAN_DETECTION_TASK_H
97 #include <GoWebScanSdk/GoWebScanDetectionTask.x.h>
Declares the GoWebScanPipeTask class.
Represents a task for processing raw sensor data to produce system web tiles (Web mode) or detected o...
Declares a GoWebScanPipe object.
kStatus(kCall * GoWebScanPipeSendFx)(kPointer context, GoWebScanPipeMsg msg)
Defines the signature of the handler used by tasks to receive a message from the pipe.
Definition: GoWebScanPipe.h:33
kStatus GoWebScanDetectionTask_SetReceiver(GoWebScanDetectionTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving emitted detected boards.
Essential GoWebScan declarations.
Represents a task for identifying discrete objects within presence data, aggregating web tiles into c...
kStatus GoWebScanDetectionTask_Send(GoWebScanDetectionTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
kStatus GoWebScanDetectionTask_Clear(GoWebScanDetectionTask task)
Clears detector algorithm and resets internal variables.
kStatus GoWebScanDetectionTask_Construct(GoWebScanDetectionTask *task, GoWebScanProcess process, GoWebScanConfig config, kAlloc allocator)
Constructs a GoWebScanDetectionTask object.
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
Represents a container for system-level parameters which are translated from user parameters set in G...
Declares a GoWebScanConfig object.