11 #ifndef GO_WEB_SCAN_TRACHEID_MERGE_TASK_H
12 #define GO_WEB_SCAN_TRACHEID_MERGE_TASK_H
83 #include <GoWebScanSdk/GoWebScanTracheidMergeTask.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
Represents a task for merging tracheid tiles along X-axis from the cameras in a top or bottom group...
Essential GoWebScan declarations.
Represents a container for group-level parameters which are translated from user parameters set in Go...
kStatus GoWebScanTracheidMergeTask_SetReceiver(GoWebScanTracheidMergeTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving merged system tracheid tiles.
kStatus GoWebScanTracheidMergeTask_Construct(GoWebScanTracheidMergeTask *task, GoWebScanProcess process, GoWebScanConfigGroup configGroup, kAlloc allocator)
Constructs a GoWebScanTracheidMergeTask object.
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
kStatus GoWebScanTracheidMergeTask_Send(GoWebScanTracheidMergeTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
Declares a GoWebScanConfig object.