AskSin++
Public Member Functions | Public Attributes | Protected Attributes | List of all members
as::Alarm Class Referenceabstract
Inheritance diagram for as::Alarm:
Inheritance graph
[legend]
Collaboration diagram for as::Alarm:
Collaboration graph
[legend]

Public Member Functions

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
 

Public Attributes

uint32_t tick: 24
 

Protected Attributes

bool m_Async: 4
 
bool m_Active: 4
 

Detailed Description

Definition at line 15 of file Alarm.h.