![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Helper class to handle the Boost Duration attribute for the Simple Thermostat interface. More...
#include <simple_thermostat.h>
Static Public Attributes | |
static constexpr uint8_t | ID = BOOST_DURATION_ATTR |
Attribute UID. More... | |
static constexpr bool | WRITABLE = true |
Attribute Read/Write. | |
Additional Inherited Members | |
![]() | |
Attribute (const uint16_t interface, const uint8_t uid, const HF::Interface *__owner, uint8_t data, bool writable=false) | |
Attribute template constructor. More... | |
Attribute (const uint16_t interface, const uint8_t uid, bool writable=false) | |
Attribute template constructor. More... | |
Attribute (const uint16_t interface, const uint8_t uid, uint8_t data, bool writable=false) | |
Attribute template constructor. More... | |
![]() | |
uint8_t | uid () const |
Attribute's UID. More... | |
bool | isWritable () const |
Indicate if the attribute is writable. More... | |
uint16_t | interface () const |
Return the UID of the interface the attribute belongs to. More... | |
![]() | |
virtual | ~Serializable () |
Destructor. | |
![]() | |
const uint16_t | _itf_uid |
Interface this attribute belongs to. More... | |
const uint8_t | _uid |
Attribute unique identifier. More... | |
const bool | _writable |
Attribute access mode. More... | |
Helper class to handle the Boost Duration attribute for the Simple Thermostat interface.
Definition at line 178 of file simple_thermostat.h.
|
static |
Definition at line 180 of file simple_thermostat.h.