#include <src/sensors/GeoluxHydroCam.h>
GeoluxHydroCam_ImageSize
class
The Variable sub-class used for the image size output from a Geolux HydroCam camera.
- Reference
- Detailed Descriptions
This variable represents the difference between the number of bytes expected to receive from the camera and the number actually transferred to the SD card.
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- GeoluxHydroCam_ImageSize(GeoluxHydroCam* parentSense, const char* uuid = "", const char* varCode = "HydroCamImageSize") explicit
- Construct a new GeoluxHydroCam_
ImageSize object. - GeoluxHydroCam_ImageSize()
- Construct a new GeoluxHydroCam_
ImageSize object. - ~GeoluxHydroCam_ImageSize()
- Destroy the GeoluxHydroCam_
ImageSize object - no action needed.
Function documentation
GeoluxHydroCam_ ImageSize:: GeoluxHydroCam_ImageSize(GeoluxHydroCam* parentSense,
const char* uuid = "",
const char* varCode = "HydroCamImageSize") explicit
Construct a new GeoluxHydroCam_
Parameters | |
---|---|
parentSense | The parent GeoluxHydroCam 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 "HydroCamImageSize". |
GeoluxHydroCam_ ImageSize:: GeoluxHydroCam_ImageSize()
Construct a new GeoluxHydroCam_