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::ActionsInit Class Reference

#include <actionsInit.hpp>

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

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...
 
ActionsInitoperator= (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...
 
ActionsInitoperator= (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...
 
ActionsInitoperator= (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
 
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 Init event (command).

Constructor & Destructor Documentation

devmgr::common::ActionsInit::ActionsInit ( rad::MsgReplier msgR_replier,
DataContext data_ctx,
DeviceFacade device_facade 
)

Constructor.

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

Disable copy constructor.

devmgr::common::ActionsInit::ActionsInit ( rad::MsgReplier msgR_replier,
DataContext data_ctx,
DeviceFacade device_facade 
)

Constructor.

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

Disable copy constructor.

devmgr::common::ActionsInit::ActionsInit ( rad::MsgReplier msgR_replier,
DataContext data_ctx,
DeviceFacade device_facade 
)

Constructor.

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

Disable copy constructor.

Member Function Documentation

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.

Parameters
[in]last_eventLast 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.

Parameters
[in]last_eventLast 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.

Parameters
[in]last_eventLast 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.

Parameters
[in]last_eventLast 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.

Parameters
[in]last_eventLast 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.

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

Disable assignment operator.

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

Disable assignment operator.

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

Disable assignment operator.

void devmgr::common::ActionsInit::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 ReqInit request).
void devmgr::common::ActionsInit::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 ReqInit request).
void devmgr::common::ActionsInit::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 ReqInit request).
void devmgr::common::ActionsInit::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::ActionsInit::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::ActionsInit::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).

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