11 #ifndef GO_WEB_SCAN_CAL_COLLECTOR_H
12 #define GO_WEB_SCAN_CAL_COLLECTOR_H
89 #include <GoWebScanSdk/GoWebScanCalCollector.x.h>
Represents a task to coordinate collection of sensor messages, matching of messages in Y to produce s...
kStatus GoWebScanCalCollector_GetProcessorData(GoWebScanCalCollector collector, GoWebScanCalInput *data)
Gets a pointer to the calibration input file that can be provided to the calibration processor for pr...
Essential GoWebScan declarations.
kBool GoWebScanCalCollector_HasErrors(GoWebScanCalCollector collector)
Gets a flag for whether the calibration collector had any errors during collection.
kStatus GoWebScanCalCollector_Construct(GoWebScanCalCollector *collector, GoWebScanConfig config, kAlloc allocator)
Constructs a GoWebScanCalCollector object.
kStatus GoWebScanCalCollector_AddMsg(GoWebScanCalCollector collector, GoDataSet dataSet)
Adds a sensor message to the collector.
kBool GoWebScanCalCollector_IsCompleted(GoWebScanCalCollector collector)
Gets a flag for whether the calibration collector has completed collection of sensor messages...
Represents a container for system-level parameters which are translated from user parameters set in G...
Declares a GoWebScanConfig object.