6 #ifndef AMDAEMON_SWITCHINPUT_H 7 #define AMDAEMON_SWITCHINPUT_H 82 inline bool exists()
const;
87 inline bool isOn()
const;
124 return _unit->exists(_id);
130 return (this->
exists() && _unit->getValue(_id) != 0);
136 return (this->
exists() && _unit->getDelta(_id) != 0);
142 return (this->
exists() && _unit->getDelta(_id) > 0);
148 return (this->
exists() && _unit->getDelta(_id) < 0);
152 #endif // AMDAEMON_SWITCHINPUT_H
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13