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