34#include <NDEVR/Button.h>
35#include <NDEVR/Dictionary.h>
36#include <NDEVR/UUID.h>
42 class TemperatureSensor;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
A hash-based key-value store, useful for quick associative lookups. Key features include:
Definition Dictionary.h:61
Represents a color in the RGB space with optional alpha transparency.
Definition RGBColor.h:54
A Device responsible for determining the temperature of either the environment or a specific componen...
Definition TemperatureSensor.h:41
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96