11 #ifndef GO_WEB_SCAN_PROFILE_SAMPLE_TASK_H
12 #define GO_WEB_SCAN_PROFILE_SAMPLE_TASK_H
109 #include <GoWebScanSdk/GoWebScanProfileSampleTask.x.h>
kStatus GoWebScanProfileSampleTask_Construct(GoWebScanProfileSampleTask *task, GoWebScanProcess process, GoWebScanConfigNode configNode, GoWebScanNodeTileId outputType, kAlloc allocator)
Constructs a GoWebScanProfileSampleTask object.
kStatus GoWebScanProfileSampleTask_Dispatch(GoWebScanProfileSampleTask task, GoWebScanPipeMsg msg)
Dispatches a processing job (task + message) to the pipe.
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
Represents an ID for types of tile messages.
Essential GoWebScan declarations.
kStatus GoWebScanProfileSampleTask_Send(GoWebScanProfileSampleTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
GoWebScanConfigNode GoWebScanProfileSampleTask_ConfigNode(GoWebScanProfileSampleTask task)
Gets the node configuration for the node associated with this task.
kStatus GoWebScanProfileSampleTask_SetReceiver(GoWebScanProfileSampleTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving resampled profile tiles.
Represents a task for resampling raw profile points from a single camera to generate profile tiles or...
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
kStatus GoWebScanProfileSampleTask_Clear(GoWebScanProfileSampleTask task)
Clears Y-resampler algorithm and resets internal variables.
Declares a GoWebScanConfig object.