|
GoWebScan API
|
| kStatus GoWebScanRecording_AddDataSetCopy | ( | GoWebScanRecording | recording, |
| GoDataSet | dataSet, | ||
| kStatus * | recordingStatus | ||
| ) |
Adds s sensor message set to the recording.
If adding the set would result in a recording size greater than the max record size, the set is not added and kERROR_MEMORY is returned.
| recording | GoWebScanRecording 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. |
| recordingStatus | Pointer to resulting status of adding data set. This value will be kOK if the data set was successfully added, or kERROR_MEMORY if the memory limit has been reached. |