AskSin++
Public Member Functions | List of all members
as::WeatherChannel< HAL, CLOCKTYPE, SENSORSTYPE, PEERS_PER_CHANNEL, EXTRADELAY, LIST0, LIST1, LIST4 > Class Template Reference
Inheritance diagram for as::WeatherChannel< HAL, CLOCKTYPE, SENSORSTYPE, PEERS_PER_CHANNEL, EXTRADELAY, LIST0, LIST1, LIST4 >:
Inheritance graph
[legend]
Collaboration diagram for as::WeatherChannel< HAL, CLOCKTYPE, SENSORSTYPE, PEERS_PER_CHANNEL, EXTRADELAY, LIST0, LIST1, LIST4 >:
Collaboration graph
[legend]

Public Member Functions

virtual void trigger (__attribute__((unused)) AlarmClock &clock)
 
void reactivate (Message &msg)
 
void setup (Device< HAL, LIST0 > *dev, uint8_t number, uint16_t addr)
 
uint8_t status () const
 
uint8_t flags () const
 
SENSORSTYPE & sensors ()
 
- Public Member Functions inherited from as::Channel< HAL, List1, EmptyList, List4, PEERS_PER_CHANNEL, LIST0 >
DeviceTypedevice ()
 
const DeviceTypedevice () const
 
uint8_t number () const
 
uint16_t address () const
 
uint8_t peers () const
 
bool changed () const
 
void changed (bool c)
 
void inhibit (bool value)
 
bool inhibit () const
 
bool aesActive () const
 
void setup (Device< HAL, LIST0 > *dev, uint8_t number, uint16_t addr)
 
uint16_t size () const
 
bool has (const Peer &p) const
 
uint8_t peerfor (const HMID &hmid) const
 
Peer peer (uint8_t idx) const
 
bool peer (const Peer &p)
 
bool peer (const Peer &p1, const Peer &p2) const
 
bool deletepeer (uint8_t idx) const
 
bool deletepeer (const Peer &p) const
 
uint8_t findpeer () const
 
void firstinit ()
 
List1 getList1 () const
 
EmptyList getList2 () const
 
EmptyList getList3 (const Peer &p) const
 
EmptyList getList3 (uint8_t pidx) const
 
List4 getList4 (const Peer &p) const
 
List4 getList4 (uint8_t pidx) const
 
void stop ()
 
bool process (__attribute__((unused)) const ActionSetMsg &msg)
 
bool process (__attribute__((unused)) const ActionCommandMsg &msg)
 
bool process (__attribute__((unused)) const RemoteEventMsg &msg)
 
bool process (__attribute__((unused)) const SensorEventMsg &msg)
 
void patchStatus (__attribute__((unused)) Message &msg)
 
void configChanged ()
 

Additional Inherited Members

- Public Types inherited from as::Channel< HAL, List1, EmptyList, List4, PEERS_PER_CHANNEL, LIST0 >
typedef List1 List1
 
typedef EmptyList List2
 
typedef EmptyList List3
 
typedef List4 List4
 
typedef Device< HAL, LIST0 > DeviceType
 
- Static Public Member Functions inherited from as::Channel< HAL, List1, EmptyList, List4, PEERS_PER_CHANNEL, LIST0 >
static bool hasList3 ()
 
static bool hasList4 ()
 
- Protected Member Functions inherited from as::Channel< HAL, List1, EmptyList, List4, PEERS_PER_CHANNEL, LIST0 >
uint16_t peerAddress (uint8_t pidx) const
 
- Protected Member Functions inherited from as::RTCAlarm
bool delayMillis ()
 
 RTCAlarm (uint32_t t, uint16_t m)
 
 RTCAlarm (uint32_t t, uint16_t m, bool asynch)
 
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
 
- Protected Attributes inherited from as::RTCAlarm
uint16_t millis
 
- Protected Attributes inherited from as::Alarm
bool m_Async: 4
 
bool m_Active: 4
 
uint32_t tick: 24
 

Detailed Description

template<class HAL, class CLOCKTYPE, class SENSORSTYPE, int PEERS_PER_CHANNEL, int EXTRADELAY, class LIST0, class LIST1 = List1, class LIST4 = List4>
class as::WeatherChannel< HAL, CLOCKTYPE, SENSORSTYPE, PEERS_PER_CHANNEL, EXTRADELAY, LIST0, LIST1, LIST4 >

Definition at line 28 of file Weather.h.