#include <src/sensors/YosemitechY560.h>
YosemitechY560_NH4_N
class
The Variable sub-class used for the NH4_
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY560_NH4_N(YosemitechY560* parentSense, const char* uuid = "", const char* varCode = "Y560NH4_N") explicit
- Construct a new YosemitechY560_
NH4_ N object. - YosemitechY560_NH4_N()
- Construct a new YosemitechY560_
NH4_ N object. - ~YosemitechY560_NH4_N()
- Destroy the YosemitechY560_
NH4_ N object - no action needed.
Function documentation
YosemitechY560_ NH4_ N:: YosemitechY560_NH4_N(YosemitechY560* parentSense,
const char* uuid = "",
const char* varCode = "Y560NH4_N") explicit
Construct a new YosemitechY560_
Parameters | |
---|---|
parentSense | The parent YosemitechY560 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 "Y560NH4_N". |