|
GoWebScan API
|
| kStatus GoWebScanProcess_Process | ( | GoWebScanProcess | process, |
| GoDataSet | dataSet | ||
| ) |
Accepts inbound sensor message sets and dispatches the 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.
| process | GoWebScanProcess object. |
| dataSet | Set of sensor messages. Must have one of type GO_DATA_MESSAGE_TYPE_STAMP with remaining messages of type GO_DATA_MESSAGE_TYPE_PROFILE for profile, GO_DATA_MESSAGE_TYPE_TRACHEID for tracheid, or GO_DATA_MESSAGE_TYPE_VIDEO for vision. |