|
ifw
0.0.1-dev
|
#include <actionsInit.hpp>
Public Member Functions | |
| ActionsInit (rad::MsgReplier &msgR_replier, DataContext &data_ctx, DeviceFacade &device_facade) | |
| void | Start (rad::AnyEvent const &lastEvent) |
| void | Stop (rad::AnyEvent const &lastEvent) |
| void | Done (rad::AnyEvent const &lastEvent) |
| void | Error (rad::AnyEvent const &lastEvent) |
| ActionsInit (const ActionsInit &)=delete | |
| Disable copy constructor. More... | |
| ActionsInit & | operator= (const ActionsInit &)=delete |
| Disable assignment operator. More... | |
| ActionsInit (rad::MsgReplier &msgR_replier, DataContext &data_ctx, DeviceFacade &device_facade) | |
| void | Start (rad::AnyEvent const &lastEvent) |
| void | Stop (rad::AnyEvent const &lastEvent) |
| void | Done (rad::AnyEvent const &lastEvent) |
| void | Error (rad::AnyEvent const &lastEvent) |
| ActionsInit (const ActionsInit &)=delete | |
| Disable copy constructor. More... | |
| ActionsInit & | operator= (const ActionsInit &)=delete |
| Disable assignment operator. More... | |
| ActionsInit (rad::MsgReplier &msgR_replier, DataContext &data_ctx, DeviceFacade &device_facade) | |
| void | Start (rad::AnyEvent const &lastEvent) |
| void | Stop (rad::AnyEvent const &lastEvent) |
| void | Done (rad::AnyEvent const &lastEvent) |
| void | Error (rad::AnyEvent const &lastEvent) |
| ActionsInit (const ActionsInit &)=delete | |
| Disable copy constructor. More... | |
| ActionsInit & | operator= (const ActionsInit &)=delete |
| Disable assignment operator. More... | |
Public Member Functions inherited from rad::ActionGroup | |
| ActionGroup (const std::string &id) | |
| virtual | ~ActionGroup () |
| const std::string & | GetId () const |
| void | SetId (const std::string &id) |
| ActionGroup (const ActionGroup &)=delete | |
| ActionGroup & | operator= (const ActionGroup &)=delete |
| Disable copy constructor. More... | |
| ActionGroup (const std::string &id) | |
| virtual | ~ActionGroup () |
| const std::string & | GetId () const |
| void | SetId (const std::string &id) |
| ActionGroup (const ActionGroup &)=delete | |
| ActionGroup & | operator= (const ActionGroup &)=delete |
| Disable copy constructor. More... | |
| ActionGroup (const std::string &id) | |
| virtual | ~ActionGroup () |
| const std::string & | GetId () const |
| void | SetId (const std::string &id) |
| ActionGroup (const ActionGroup &)=delete | |
| ActionGroup & | operator= (const ActionGroup &)=delete |
| Disable copy constructor. More... | |
Class grouping the actions related to the Init event (command).
| devmgr::common::ActionsInit::ActionsInit | ( | rad::MsgReplier & | msgR_replier, |
| DataContext & | data_ctx, | ||
| DeviceFacade & | device_facade | ||
| ) |
Constructor.
| [in] | msgReplier | Helper class to reply to incoming requests. |
| [in] | data | Data shared within the application among actions and activities. |
| [in] | deviceFacade | facade to all devices handled by the manager. |
|
delete |
Disable copy constructor.
| devmgr::common::ActionsInit::ActionsInit | ( | rad::MsgReplier & | msgR_replier, |
| DataContext & | data_ctx, | ||
| DeviceFacade & | device_facade | ||
| ) |
Constructor.
| [in] | msgReplier | Helper class to reply to incoming requests. |
| [in] | data | Data shared within the application among actions and activities. |
| [in] | deviceFacade | facade to all devices handled by the manager. |
|
delete |
Disable copy constructor.
| devmgr::common::ActionsInit::ActionsInit | ( | rad::MsgReplier & | msgR_replier, |
| DataContext & | data_ctx, | ||
| DeviceFacade & | device_facade | ||
| ) |
Constructor.
| [in] | msgReplier | Helper class to reply to incoming requests. |
| [in] | data | Data shared within the application among actions and activities. |
| [in] | deviceFacade | facade to all devices handled by the manager. |
|
delete |
Disable copy constructor.
| void devmgr::common::ActionsInit::Done | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Done callback. This method implements the actions when the Init event was finalized.
| [in] | last_event | Last event received. |
| void devmgr::common::ActionsInit::Done | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Done callback. This method implements the actions when the Init event was finalized.
| [in] | last_event | Last event received. |
| void devmgr::common::ActionsInit::Done | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Done callback. This method implements the actions when the Init event was finalized.
| [in] | last_event | Last event received. |
| void devmgr::common::ActionsInit::Error | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Error callback. This method implements the actions when the Init event was finalized with an error.
| [in] | last_event | Last event received. |
| void devmgr::common::ActionsInit::Error | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Error callback. This method implements the actions when the Init event was finalized with an error.
| [in] | last_event | Last event received. |
| void devmgr::common::ActionsInit::Error | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Error callback. This method implements the actions when the Init event was finalized with an error.
| [in] | last_event | Last event received. |
|
delete |
Disable assignment operator.
|
delete |
Disable assignment operator.
|
delete |
Disable assignment operator.
| void devmgr::common::ActionsInit::Start | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Start callback.
| [in] | last_event | Last event received which should be a Start event (the Start event is triggered by a ReqInit request). |
| void devmgr::common::ActionsInit::Start | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Start callback.
| [in] | last_event | Last event received which should be a Start event (the Start event is triggered by a ReqInit request). |
| void devmgr::common::ActionsInit::Start | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Start callback.
| [in] | last_event | Last event received which should be a Start event (the Start event is triggered by a ReqInit request). |
| void devmgr::common::ActionsInit::Stop | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Stop callback. This callback:
| [in] | last_event | Last event received which should be a Stop event (the Stop event is triggered by a ReqStop request). |
| void devmgr::common::ActionsInit::Stop | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Stop callback. This callback:
| [in] | last_event | Last event received which should be a Stop event (the Stop event is triggered by a ReqStop request). |
| void devmgr::common::ActionsInit::Stop | ( | rad::AnyEvent const & | lastEvent | ) |
Implementation of the Stop callback. This callback:
| [in] | last_event | Last event received which should be a Stop event (the Stop event is triggered by a ReqStop request). |
1.8.5