34#include <NDEVR/Button.h>
35#include <NDEVR/Dictionary.h>
36#include <NDEVR/UUID.h>
42 class TemperatureSensor;
53 void clearSensors(
bool update =
true);
54 void setColumnCount(
uint04 column_count);
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition Dictionary.h:48
Represents a color in the RGB space with optional alpha transparency.
Definition RGBColor.h:53
Definition TemperatureSensor.h:37
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:120