AskSin++
Public Member Functions | List of all members
as::ResetOnBoot< DEVTYPE > Class Template Reference
Inheritance diagram for as::ResetOnBoot< DEVTYPE >:
Inheritance graph
[legend]
Collaboration diagram for as::ResetOnBoot< DEVTYPE >:
Collaboration graph
[legend]

Public Member Functions

 ResetOnBoot (DEVTYPE &d)
 
void setBootState (uint8_t state)
 
uint8_t getBootState ()
 
void finish ()
 
virtual void trigger (__attribute__((unused)) AlarmClock &clock)
 
virtual void led (bool on)
 
void init ()
 
- Public Member Functions inherited from as::Alarm
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
 

Additional Inherited Members

- Public Attributes inherited from as::Alarm
uint32_t tick: 24
 
- Protected Attributes inherited from as::Alarm
bool m_Async: 4
 
bool m_Active: 4
 

Detailed Description

template<class DEVTYPE>
class as::ResetOnBoot< DEVTYPE >

Definition at line 19 of file ResetOnBoot.h.