rad  3.0.0
Public Member Functions | List of all members
server::ActionsMove Class Reference

#include <actionsMove.hpp>

Inheritance diagram for server::ActionsMove:
rad::ActionGroup

Public Member Functions

 ActionsMove (rad::MsgReplier &msg_replier, DataContext &data_ctx)
 
void Start (scxml4cpp::Context *c)
 
void Stop (scxml4cpp::Context *c)
 
void Done (scxml4cpp::Context *c)
 
 ActionsMove (const ActionsMove &)=delete
 
ActionsMoveoperator= (const ActionsMove &)=delete
 Disable copy constructor. More...
 
 ActionsMove (rad::MsgReplier &msg_replier, DataContext &data_ctx)
 
void Start (scxml4cpp::Context *c)
 
void Stop (scxml4cpp::Context *c)
 
void Done (scxml4cpp::Context *c)
 
 ActionsMove (const ActionsMove &)=delete
 
ActionsMoveoperator= (const ActionsMove &)=delete
 Disable copy constructor. 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...
 

Detailed Description

Class grouping the actions related to the Move event.

Constructor & Destructor Documentation

◆ ActionsMove() [1/4]

server::ActionsMove::ActionsMove ( rad::MsgReplier msg_replier,
DataContext data_ctx 
)

Constructor.

Parameters
[in]msg_replierThis is needed to reply back to the originator of the ReqMove and ReqStop commands.
[in]data_ctxReference to the application runtime data.

◆ ActionsMove() [2/4]

server::ActionsMove::ActionsMove ( const ActionsMove )
delete

◆ ActionsMove() [3/4]

server::ActionsMove::ActionsMove ( rad::MsgReplier msg_replier,
DataContext data_ctx 
)

◆ ActionsMove() [4/4]

server::ActionsMove::ActionsMove ( const ActionsMove )
delete

Member Function Documentation

◆ Done() [1/2]

void server::ActionsMove::Done ( scxml4cpp::Context c)

Replies OK to the originator of the ReqMove command.

Parameters
[in]eventMoveDone event.

◆ Done() [2/2]

void server::ActionsMove::Done ( scxml4cpp::Context c)

◆ operator=() [1/2]

ActionsMove& server::ActionsMove::operator= ( const ActionsMove )
delete

Disable copy constructor.

◆ operator=() [2/2]

ActionsMove& server::ActionsMove::operator= ( const ActionsMove )
delete

Disable copy constructor.

◆ Start() [1/2]

void server::ActionsMove::Start ( scxml4cpp::Context c)

Retrieves the target position to reach from the ReqMove command associated to the Move event and stores it in the DataContext.

Parameters
[in]eventMove event.

◆ Start() [2/2]

void server::ActionsMove::Start ( scxml4cpp::Context c)

◆ Stop() [1/2]

void server::ActionsMove::Stop ( scxml4cpp::Context c)

Replies command aborted to the originator of the ReqMove command. Replies OK to the originator of the ReqStop command.

Parameters
[in]eventStop event.

◆ Stop() [2/2]

void server::ActionsMove::Stop ( scxml4cpp::Context c)

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