11 #ifndef GO_WEB_SCAN_VISION_SAMPLE_TASK_H
12 #define GO_WEB_SCAN_VISION_SAMPLE_TASK_H
122 #include <GoWebScanSdk/GoWebScanVisionSampleTask.x.h>
Declares the GoWebScanPipeTask class.
Represents a task for processing raw sensor data to produce system web tiles (Web mode) or detected o...
Represents a container for node-level parameters which are translated from user parameters set in GoW...
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
Essential GoWebScan declarations.
kStatus GoWebScanVisionSampleTask_Construct(GoWebScanVisionSampleTask *task, GoWebScanProcess process, GoWebScanConfigNode configNode, kAlloc allocator)
Constructs a GoWebScanVisionSampleTask object.
GoWebScanConfigNode GoWebScanVisionSampleTask_ConfigNode(GoWebScanVisionSampleTask task)
Gets the node configuration for the node associated with this task.
kStatus GoWebScanVisionSampleTask_Dispatch(GoWebScanVisionSampleTask task, GoWebScanPipeMsg msg)
Dispatches a processing job (task + message) to the pipe.
Represents a task for resampling raw vision data to generate vision tiles for a single camera...
kStatus GoWebScanVisionSampleTask_SetReceiver(GoWebScanVisionSampleTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving resampled vision tiles.
kStatus GoWebScanVisionSampleTask_Clear(GoWebScanVisionSampleTask task)
Clears the vision combiner and vision resampler algorithms and resets internal variables.
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
kStatus GoWebScanVisionSampleTask_Send(GoWebScanVisionSampleTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
Declares a GoWebScanConfig object.