#include <src/sensors/ANBpH.h>
ANBpH_Salinity
class
The Variable sub-class used for the salinity output from an ANB Sensors pH sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- ANBpH_Salinity(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHSalinity") explicit
- Construct a new ANBpH_
Salinity object. - ANBpH_Salinity()
- Construct a new ANBpH_
Salinity object. - ~ANBpH_Salinity()
- Destroy the ANBpH_
Salinity() object - no action needed.
Function documentation
ANBpH_ Salinity:: ANBpH_Salinity(ANBpH* parentSense,
const char* uuid = "",
const char* varCode = "ANBpHSalinity") explicit
Construct a new ANBpH_
Parameters | |
---|---|
parentSense | The parent ANBpH object providing the result values. |
uuid | A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string. |
varCode | A short code to help identify the variable in files; optional with a default value of "ANBpHSalinity". |