ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
devmgr::common::ActionsEnable Class Reference

#include <actionsEnable.hpp>

Inheritance diagram for devmgr::common::ActionsEnable:
rad::ActionGroup rad::ActionGroup rad::ActionGroup

Public Member Functions

 ActionsEnable (rad::MsgReplier &msg_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)
 
void Timeout (rad::AnyEvent const &lastEvent)
 
 ActionsEnable (const ActionsEnable &)=delete
 Disable copy constructor. More...
 
ActionsEnableoperator= (const ActionsEnable &)=delete
 Disable assignment operator. More...
 
 ActionsEnable (rad::MsgReplier &msg_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)
 
void Timeout (rad::AnyEvent const &lastEvent)
 
 ActionsEnable (const ActionsEnable &)=delete
 Disable copy constructor. More...
 
ActionsEnableoperator= (const ActionsEnable &)=delete
 Disable assignment operator. More...
 
 ActionsEnable (rad::MsgReplier &msg_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)
 
void Timeout (rad::AnyEvent const &lastEvent)
 
 ActionsEnable (const ActionsEnable &)=delete
 Disable copy constructor. More...
 
ActionsEnableoperator= (const ActionsEnable &)=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
 
ActionGroupoperator= (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
 
ActionGroupoperator= (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
 
ActionGroupoperator= (const ActionGroup &)=delete
 Disable copy constructor. More...
 

Detailed Description

Class grouping the actions related to the Enable event.

Constructor & Destructor Documentation

devmgr::common::ActionsEnable::ActionsEnable ( rad::MsgReplier msg_replier,
DataContext data_ctx,
DeviceFacade device_facade 
)

Constructor.

Parameters
[in]msgReplierHelper class to reply to incoming requests.
[in]dataCtxData shared within the application among actions and activities.
[in]deviceFacadeFacade to all devices handled by the manager.
devmgr::common::ActionsEnable::ActionsEnable ( const ActionsEnable )
delete

Disable copy constructor.

devmgr::common::ActionsEnable::ActionsEnable ( rad::MsgReplier msg_replier,
DataContext data_ctx,
DeviceFacade device_facade 
)

Constructor.

Parameters
[in]msgReplierHelper class to reply to incoming requests.
[in]dataCtxData shared within the application among actions and activities.
[in]deviceFacadeFacade to all devices handled by the manager.
devmgr::common::ActionsEnable::ActionsEnable ( const ActionsEnable )
delete

Disable copy constructor.

devmgr::common::ActionsEnable::ActionsEnable ( rad::MsgReplier msg_replier,
DataContext data_ctx,
DeviceFacade device_facade 
)

Constructor.

Parameters
[in]msgReplierHelper class to reply to incoming requests.
[in]dataCtxData shared within the application among actions and activities.
[in]deviceFacadeFacade to all devices handled by the manager.
devmgr::common::ActionsEnable::ActionsEnable ( const ActionsEnable )
delete

Disable copy constructor.

Member Function Documentation

void devmgr::common::ActionsEnable::Done ( rad::AnyEvent const lastEvent)

Implementation of the Done callback. This method implements the actions when the Enable event was finalized.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Done ( rad::AnyEvent const lastEvent)

Implementation of the Done callback. This method implements the actions when the Enable event was finalized.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Done ( rad::AnyEvent const lastEvent)

Implementation of the Done callback. This method implements the actions when the Enable event was finalized.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Error ( rad::AnyEvent const lastEvent)

Implementation of the Error callback. This method implements the actions when the Enable event was finalized with an error.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Error ( rad::AnyEvent const lastEvent)

Implementation of the Error callback. This method implements the actions when the Enable event was finalized with an error.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Error ( rad::AnyEvent const lastEvent)

Implementation of the Error callback. This method implements the actions when the Enable event was finalized with an error.

Parameters
[in]last_eventLast event received.
ActionsEnable& devmgr::common::ActionsEnable::operator= ( const ActionsEnable )
delete

Disable assignment operator.

ActionsEnable& devmgr::common::ActionsEnable::operator= ( const ActionsEnable )
delete

Disable assignment operator.

ActionsEnable& devmgr::common::ActionsEnable::operator= ( const ActionsEnable )
delete

Disable assignment operator.

void devmgr::common::ActionsEnable::Start ( rad::AnyEvent const lastEvent)

Implementation of the Start callback.

Parameters
[in]last_eventLast event received which should be a Start event (the Start event is triggered by a ReqEnable request).
void devmgr::common::ActionsEnable::Start ( rad::AnyEvent const lastEvent)

Implementation of the Start callback.

Parameters
[in]last_eventLast event received which should be a Start event (the Start event is triggered by a ReqEnable request).
void devmgr::common::ActionsEnable::Start ( rad::AnyEvent const lastEvent)

Implementation of the Start callback.

Parameters
[in]last_eventLast event received which should be a Start event (the Start event is triggered by a ReqEnable request).
void devmgr::common::ActionsEnable::Stop ( rad::AnyEvent const lastEvent)

Implementation of the Stop callback. This callback:

  • replies back for the originator of the ReqStop request.
Parameters
[in]last_eventLast event received which should be a Stop event (the Stop event is triggered by a ReqStop request).
void devmgr::common::ActionsEnable::Stop ( rad::AnyEvent const lastEvent)

Implementation of the Stop callback. This callback:

  • replies back for the originator of the ReqStop request.
Parameters
[in]last_eventLast event received which should be a Stop event (the Stop event is triggered by a ReqStop request).
void devmgr::common::ActionsEnable::Stop ( rad::AnyEvent const lastEvent)

Implementation of the Stop callback. This callback:

  • replies back for the originator of the ReqStop request.
Parameters
[in]last_eventLast event received which should be a Stop event (the Stop event is triggered by a ReqStop request).
void devmgr::common::ActionsEnable::Timeout ( rad::AnyEvent const lastEvent)

Implementation of the Timeout callback. This method implements the actions when the Enable event was finalized unexpectly.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Timeout ( rad::AnyEvent const lastEvent)

Implementation of the Timeout callback. This method implements the actions when the Enable event was finalized unexpectly.

Parameters
[in]last_eventLast event received.
void devmgr::common::ActionsEnable::Timeout ( rad::AnyEvent const lastEvent)

Implementation of the Timeout callback. This method implements the actions when the Enable event was finalized unexpectly.

Parameters
[in]last_eventLast event received.

The documentation for this class was generated from the following files: