|
| | ActivityEnabling (const std::string &id, rad::SMAdapter &sm, DataContext &data_ctx, DeviceFacade &device_facade) |
| | Constructor. More...
|
| |
| virtual | ~ActivityEnabling () |
| | Destructor. More...
|
| |
| virtual void | run () |
| | Run method running inside the thread. More...
|
| |
| | ActivityEnabling (const ActivityEnabling &)=delete |
| |
| ActivityEnabling & | operator= (const ActivityEnabling &)=delete |
| | Disable copy constructor. More...
|
| |
| | ActivityEnabling (const std::string &id, rad::SMAdapter &sm, DataContext &data_ctx, DeviceFacade &device_facade) |
| | Constructor. More...
|
| |
| virtual | ~ActivityEnabling () |
| | Destructor. More...
|
| |
| virtual void | run () |
| | Run method running inside the thread. More...
|
| |
| | ActivityEnabling (const ActivityEnabling &)=delete |
| |
| ActivityEnabling & | operator= (const ActivityEnabling &)=delete |
| | Disable copy constructor. More...
|
| |
| | ActivityEnabling (const std::string &id, rad::SMAdapter &sm, DataContext &data_ctx, DeviceFacade &device_facade) |
| | Constructor. More...
|
| |
| virtual | ~ActivityEnabling () |
| | Destructor. More...
|
| |
| virtual void | run () |
| | Run method running inside the thread. More...
|
| |
| | ActivityEnabling (const ActivityEnabling &)=delete |
| |
| ActivityEnabling & | operator= (const ActivityEnabling &)=delete |
| | Disable copy constructor. More...
|
| |
| | Activity (const std::string &id, rad::SMAdapter &sm) |
| |
| virtual | ~Activity () |
| |
| virtual void | start () |
| |
| virtual void | stop () |
| |
| std::string | GetName () |
| |
| int | SetName (const std::string &name) |
| |
| pthread_t | GetPThread () |
| |
| void | TriggerInternalEvent (UniqueEvent &&e) |
| |
| | Activity (const Activity &)=delete |
| |
| Activity & | operator= (const Activity &)=delete |
| | Disable copy constructor. More...
|
| |
| | Activity (const std::string &id, rad::SMAdapter &sm) |
| |
| virtual | ~Activity () |
| |
| virtual void | start () |
| |
| virtual void | stop () |
| |
| std::string | GetName () |
| |
| int | SetName (const std::string &name) |
| |
| pthread_t | GetPThread () |
| |
| void | TriggerInternalEvent (UniqueEvent &&e) |
| |
| | Activity (const Activity &)=delete |
| |
| Activity & | operator= (const Activity &)=delete |
| | Disable copy constructor. More...
|
| |
| | Activity (const std::string &id, rad::SMAdapter &sm) |
| |
| virtual | ~Activity () |
| |
| virtual void | start () |
| |
| virtual void | stop () |
| |
| std::string | GetName () |
| |
| int | SetName (const std::string &name) |
| |
| pthread_t | GetPThread () |
| |
| void | TriggerInternalEvent (UniqueEvent &&e) |
| |
| | Activity (const Activity &)=delete |
| |
| Activity & | operator= (const Activity &)=delete |
| | Disable copy constructor. More...
|
| |
| | Activity (const std::string &id) |
| |
| bool | isRunning () |
| |
| void | setRunning (const bool running) |
| |
| std::string | getId () const |
| |
| void | setId (const std::string &id) |
| |
| | Activity (const std::string &id) |
| |
| bool | isRunning () |
| |
| void | setRunning (const bool running) |
| |
| std::string | getId () const |
| |
| void | setId (const std::string &id) |
| |
| | Activity (const std::string &id) |
| |
| bool | isRunning () |
| |
| void | setRunning (const bool running) |
| |
| std::string | getId () const |
| |
| void | setId (const std::string &id) |
| |
This class implements the Do-Activity for enabling a device.