ModularSensors > Classes > Variable > CampbellClariVUE10_ErrorCode
ModularSensors > Modules > Campbell ClariVUE10 > CampbellClariVUE10_ErrorCode


CampbellClariVUE10_ErrorCode class

The Variable sub-class used for the error code output from a Campbell ClariVUE10 turbidity sensor.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

CampbellClariVUE10_ErrorCode(CampbellClariVUE10* parentSense, const char* uuid = "", const char* varCode = CLARIVUE10_ERRORCODE_DEFAULT_CODE) explicit
Construct a new CampbellClariVUE10_ErrorCode object.
CampbellClariVUE10_ErrorCode()
Construct a new CampbellClariVUE10_ErrorCode object.
~CampbellClariVUE10_ErrorCode()
Destroy the CampbellClariVUE10_ErrorCode object - no action needed.

Function documentation

CampbellClariVUE10_ErrorCode(CampbellClariVUE10* parentSense, const char* uuid = "", const char* varCode = CLARIVUE10_ERRORCODE_DEFAULT_CODE) explicit

Construct a new CampbellClariVUE10_ErrorCode object.

Parameters
parentSense The parent CampbellClariVUE10 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 "ClariVUEError".

CampbellClariVUE10_ErrorCode()

Construct a new CampbellClariVUE10_ErrorCode object.