#include <src/sensors/ANBpH.h>
ANBpH_DiagnosticCode
class
The Variable sub-class used for the diagnostic code output from a 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_DiagnosticCode(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHDiagnostic") explicit
- Construct a new ANBpH_
DiagnosticCode object. - ANBpH_DiagnosticCode()
- Construct a new ANBpH_
DiagnosticCode object. - ~ANBpH_DiagnosticCode()
- Destroy the ANBpH_
DiagnosticCode object - no action needed.
Function documentation
ANBpH_ DiagnosticCode:: ANBpH_DiagnosticCode(ANBpH* parentSense,
const char* uuid = "",
const char* varCode = "ANBpHDiagnostic") 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 "ANBpHDiagnostic". |