|
BrightnessSensor & | brightnessSensor () |
|
void | setup (Device< HalType, List0Type > *dev, uint8_t number, uint16_t addr) |
|
uint8_t | status () |
|
uint8_t | flags () const |
|
void | sendState () |
|
void | pirInterruptOn () |
|
void | pirInterruptOff () |
|
virtual void | trigger (__attribute__((unused)) AlarmClock &clock) |
|
void | motionDetected () |
|
bool | isMotion () const |
|
DeviceType & | device () |
|
const DeviceType & | device () 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< HalType, 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 () |
|
MotionList1 | getList1 () const |
|
EmptyList | getList2 () const |
|
EmptyList | getList3 (const Peer &p) const |
|
EmptyList | getList3 (uint8_t pidx) const |
|
DefList4 | getList4 (const Peer &p) const |
|
DefList4 | 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 () |
|
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) |
|
template<class HalType, int PeerCount, class List0Type = List0, class BrightnessSensor = Brightness>
class as::MotionChannel< HalType, PeerCount, List0Type, BrightnessSensor >
Definition at line 44 of file Motion.h.