|
rad 6.2.0
|
#include <activityMoving.hpp>
Public Member Functions | |
| ActivityMoving (const std::string &id, rad::SMAdapter &sm, DataContext &data) | |
| virtual | ~ActivityMoving () |
| void | Run () override |
| ActivityMoving (const ActivityMoving &)=delete | |
| ActivityMoving & | operator= (const ActivityMoving &)=delete |
| Disable copy constructor. | |
Public Member Functions inherited from rad::ThreadActivity | |
| ThreadActivity (const ThreadActivity &)=delete | |
| ThreadActivity & | operator= (const ThreadActivity &)=delete |
| pthread_t | GetNativeHandle () const override |
| bool | IsThreadJoined () const override |
| ThreadBaseActivity (ThreadBaseActivity const &)=delete | |
Public Member Functions inherited from rad::ThreadBaseActivity | |
| ThreadBaseActivity (ThreadBaseActivity const &)=delete | |
| void | start (scxml4cpp::Context *c) override |
| void | stop (scxml4cpp::Context *c) override |
| bool | IsStopRequested () const |
Public Member Functions inherited from scxml4cpp::Activity | |
| Activity (const std::string &id) | |
| virtual | ~Activity () |
| std::string | getId () const |
| void | setId (const std::string &id) |
Additional Inherited Members | |
Protected Member Functions inherited from rad::ThreadActivity | |
| void | StartThread () override |
| void | JoinThread () override |
| std::string | GetPthreadName () |
| int | SetPthreadName (const std::string &name) |
This class contains the implementation of the do-activity used to simulate the axes movements.
| exmalserver::ActivityMoving::ActivityMoving | ( | const std::string & | id, |
| rad::SMAdapter & | sm, | ||
| DataContext & | data ) |
Constructor.
| [in] | id | Name of the activity. |
| [in] | sm | State Machine facade. |
| [in] | data | Data shared within the application among actions and activities. |
|
virtual |
|
delete |
|
delete |
Disable copy constructor.
|
overridevirtual |
Simulates the axes movements.
Implements rad::ThreadActivity.