◆ getBaselineLevel()
int oceandirect::api::AutoNullingAPI::getBaselineLevel |
( |
long |
deviceID, |
|
|
int * |
error_code |
|
) |
| |
Get the current baseline level.
- Parameters
-
deviceID | the ID of the device returned by getDeviceIDs. |
errorCode | a code indicating the result of the operation: ERROR_SUCCESS on success; ERROR_NO_DEVICE if the device does not exist; ERROR_FEATURE_NOT_FOUND the feature is not enabled on the specified device; ERROR_TRANSFER_ERROR the device protocol for the feature could not be found. |
- Returns
- the baseline level.
◆ getMaximumADCCount()
int oceandirect::api::AutoNullingAPI::getMaximumADCCount |
( |
long |
deviceID, |
|
|
int * |
error_code |
|
) |
| |
Get the maximum ADC value.
- Parameters
-
deviceID | the ID of the device returned by getDeviceIDs. |
errorCode | a code indicating the result of the operation: ERROR_SUCCESS on success; ERROR_NO_DEVICE if the device does not exist; ERROR_FEATURE_NOT_FOUND the feature is not enabled on the specified device; ERROR_TRANSFER_ERROR the device protocol for the feature could not be found. |
- Returns
- the maximum ADC value.
◆ getSaturationLevel()
int oceandirect::api::AutoNullingAPI::getSaturationLevel |
( |
long |
deviceID, |
|
|
int * |
error_code |
|
) |
| |
Get the current saturation level.
- Parameters
-
deviceID | the ID of the device returned by getDeviceIDs. |
errorCode | a code indicating the result of the operation: ERROR_SUCCESS on success; ERROR_NO_DEVICE if the device does not exist; ERROR_FEATURE_NOT_FOUND the feature is not enabled on the specified device; ERROR_TRANSFER_ERROR the device protocol for the feature could not be found. |
- Returns
- the saturation level.
◆ setBaselineLevel()
void oceandirect::api::AutoNullingAPI::setBaselineLevel |
( |
long |
deviceID, |
|
|
int * |
error_code, |
|
|
int |
level |
|
) |
| |
Set the current baseline level.
- Parameters
-
deviceID | the ID of the device returned by getDeviceIDs. |
errorCode | a code indicating the result of the operation: ERROR_SUCCESS on success; ERROR_NO_DEVICE if the device does not exist; ERROR_FEATURE_NOT_FOUND the feature is not enabled on the specified device; ERROR_TRANSFER_ERROR the device protocol for the feature could not be found. |
level | the desired baseline level. |
◆ setSaturationLevel()
void oceandirect::api::AutoNullingAPI::setSaturationLevel |
( |
long |
deviceID, |
|
|
int * |
error_code, |
|
|
int |
level |
|
) |
| |
Set the current saturation level.
- Parameters
-
deviceID | the ID of the device returned by getDeviceIDs. |
errorCode | a code indicating the result of the operation: ERROR_SUCCESS on success; ERROR_NO_DEVICE if the device does not exist; ERROR_FEATURE_NOT_FOUND the feature is not enabled on the specified device; ERROR_TRANSFER_ERROR the device protocol for the feature could not be found. |
level | the desired saturation level. |
The documentation for this class was generated from the following file: