11 #ifndef GO_WEB_SCAN_WEB_TASK_H
12 #define GO_WEB_SCAN_WEB_TASK_H
84 #include <GoWebScanSdk/GoWebScanWebTask.x.h>
Declares the GoWebScanPipeTask class.
Represents a task for processing raw sensor data to produce system web tiles (Web mode) or detected o...
kStatus GoWebScanWebTask_SetReceiver(GoWebScanWebTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving emitted web tiles.
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 GoWebScanWebTask_Send(GoWebScanWebTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
Essential GoWebScan declarations.
Represents a task for combining outputs from multiple Merge Tasks into a single GoWebScanSystemMsg ob...
kStatus GoWebScanWebTask_Clear(GoWebScanWebTask task)
Clears the tile combiner algorithm and resets internal variables.
kStatus GoWebScanWebTask_Construct(GoWebScanWebTask *task, GoWebScanProcess process, GoWebScanConfig config, kAlloc allocator)
Constructs a GoWebScanWebTask 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.