Helper class to handle the Time attribute for the Time service.
More...
#include <time.h>
|
static constexpr uint32_t | INVALID = 0xFFFFFFFF |
| Invalid value for time. More...
|
|
static constexpr uint32_t | MIN = 0x00000000 |
| Minimum value for time. More...
|
|
static constexpr uint32_t | MAX = INVALID - 1 |
| Maximum value for time. More...
|
|
static constexpr uint8_t | ID = TIME_ATTR |
| Attribute UID. More...
|
|
static constexpr bool | WRITABLE = true |
| Attribute Read/Write.
|
|
Helper class to handle the Time attribute for the Time service.
Definition at line 137 of file time.h.
◆ ID
constexpr uint8_t HF::Core::Time::Value::ID = TIME_ATTR |
|
static |
◆ INVALID
constexpr uint32_t HF::Core::Time::Value::INVALID = 0xFFFFFFFF |
|
static |
◆ MAX
constexpr uint32_t HF::Core::Time::Value::MAX = INVALID - 1 |
|
static |
Maximum value for time.
Definition at line 141 of file time.h.
◆ MIN
constexpr uint32_t HF::Core::Time::Value::MIN = 0x00000000 |
|
static |
Minimum value for time.
Definition at line 140 of file time.h.
The documentation for this struct was generated from the following file: