AskSin++
|
Public Types | |
typedef LCDTYPE | LcdType |
Public Member Functions | |
void | init () |
void | setValues (int16_t t, uint8_t h, bool b) |
void | setToggleTime (uint8_t time) |
void | displayValues () |
virtual void | trigger (__attribute__((unused)) AlarmClock &clock) |
![]() | |
virtual void | trigger (AlarmClock &)=0 |
Alarm (uint32_t t) | |
Alarm (uint32_t t, bool asynch) | |
void | set (uint32_t t) |
void | async (bool value) |
bool | async () const |
void | active (bool value) |
bool | active () const |
![]() | |
Link (Link *item) | |
Link * | select () const |
void | select (Link *item) |
void | append (Link &item) |
Link * | ending () const |
Link * | unlink () |
Link * | remove () |
void | detach () |
Link * | search (const Link *item) const |
void | remove (const Link &item) |
Public Attributes | |
LcdType | lcd |
![]() | |
uint32_t | tick: 24 |
Additional Inherited Members | |
![]() | |
bool | m_Async: 4 |
bool | m_Active: 4 |