AskSin++
Public Member Functions | List of all members
as::RemoteEncoder< DeviceType, DownChannel, UpChannel > Class Template Reference
Inheritance diagram for as::RemoteEncoder< DeviceType, DownChannel, UpChannel >:
Inheritance graph
[legend]
Collaboration diagram for as::RemoteEncoder< DeviceType, DownChannel, UpChannel >:
Collaboration graph
[legend]

Public Member Functions

 RemoteEncoder (DeviceType &d)
 
void process ()
 
virtual void trigger (__attribute__((unused)) AlarmClock &clock)
 
- Public Member Functions inherited from as::BaseEncoder
void encirq ()
 
void init (uint8_t cpin, uint8_t dpin)
 
int8_t read ()
 
- 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 DeviceType, int DownChannel, int UpChannel>
class as::RemoteEncoder< DeviceType, DownChannel, UpChannel >

Definition at line 88 of file Remote.h.