|
GoWebScan API
|
| kStatus GoWebScanProfileInputMsg_Import | ( | GoWebScanProfileInputMsg | msg, |
| k32s | deviceId, | ||
| GoStampMsg | stampMsg, | ||
| GoProfilePointCloudMsg | profileMsg, | ||
| GoWebScanConfig | config | ||
| ) |
Imports a GoProfilePointCloudMsg msg into a GoWebScanProfileInputMsg object.
The messages are cloned into internal objects. As such, the GoProfilePointCloudMsg object is still owned by the calling function and must be destroyed by it.
| msg | GoWebScanProfileInputMsg object. |
| deviceId | Serial number of device from which message originates. |
| stampMsg | Message stamp. |
| profileMsg | Profile message. |
| config | System configuration. |