GoWebScan API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoWebScanProcess_Process ( GoWebScanProcess  process,
GoDataSet  dataSet 
)

Accepts inbound sensor messages and dispatches these messages to data processing tasks.

The messages are cloned into internal message objects. As such, the GoDataSet object is still owned by the calling function and must be destroyed by it. If recording is enabled, GoWebScanProcess will record copies of all the GoDataSet objects, in the order they are processed.

Parameters
processGoWebScanProcess object.
dataSetSensor message. Must be of type GO_DATA_MESSAGE_TYPE_PROFILE for profile, GO_DATA_MESSAGE_TYPE_TRACHEID for tracheid, or GO_DATA_MESSAGE_TYPE_VIDEO for vision.
Returns
Operation status.