OceanDirectLighthouseC++ 3.1.3
OceanDirect Lighthouse C++/C API
Deprecated List
Member oceandirect::api::GpioAPI::getOutputAlternate (long deviceID, int *errorCode, int bit)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member oceandirect::api::GpioAPI::getOutputAlternate (long deviceID, int *errorCode)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member oceandirect::api::GpioAPI::setOutputAlternate (long deviceID, int *errorCode, int bit, bool isAlternate)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member oceandirect::api::GpioAPI::setOutputAlternate (long deviceID, int *errorCode, uint32_t bitMask)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member oceandirect::api::OceanDirectAPI::applyElectricDarkCorrection (long deviceID, int *errorCode, bool value)
Use electric dark correction on the acquired spectra.
Member oceandirect::api::OceanDirectAPI::applyNonLinearityCorrection (long deviceID, int *errorCode, bool value)
Set nonlinearity correction on or off on raw spectrum
Member oceandirect::api::OceanDirectAPI::electricDarkCorrectionUsage (long deviceID, int *errorCode)
Determine if electric dark correction to the acquired spectra is on or off.
Member oceandirect::api::OceanDirectAPI::nonLinearityCorrectionUsage (long deviceID, int *errorCode)
Determine if nonlinearity correction is on or off on raw spectrum
Member odapi_adv_get_trigger_mode (long deviceID, int *error_code)
this function has now been replaced by odapi_get_trigger_mode. This function gets the trigger mode for the specified device. Note that requesting an unsupported mode will result in an error.
Member odapi_adv_gpio_get_output_alternate1 (long deviceID, int *errorCode, int bit)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member odapi_adv_gpio_get_output_alternate2 (long deviceID, int *errorCode)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member odapi_adv_gpio_set_output_alternate1 (long deviceID, int *errorCode, int bit, bool isAlternate)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member odapi_adv_gpio_set_output_alternate2 (long deviceID, int *errorCode, uint32_t bitMask)
This function is deprecated starting with release 2.1 and will be removed in the future release.
Member odapi_adv_set_trigger_mode (long deviceID, int *error_code, int mode)
this function has now been replaced by odapi_set_trigger_mode.
Member odapi_apply_electric_dark_correction_usage (long deviceID, int *error_code, unsigned char enable)
Enable or disable electric dark correction.
Member odapi_apply_nonlinearity_correct_usage (long deviceID, int *error_code, bool use)
This function sets the nonlinearity correction mode for the specified device. Note that requesting an unsupported mode will result in an error.
Member odapi_get_api_version ()
Returns the OceanDirect SDK version number
Member odapi_get_nonlinearity_correct_usage (long deviceID, int *error_code)
This function returns the usage state of nonlinearity correction.