#include <activityMoving.hpp>
◆ ActivityMoving() [1/2]
◆ ~ActivityMoving()
exciiserver::ActivityMoving::~ActivityMoving |
( |
| ) |
|
|
virtual |
◆ ActivityMoving() [2/2]
exciiserver::ActivityMoving::ActivityMoving |
( |
const ActivityMoving & | | ) |
|
|
delete |
◆ Configure()
void exciiserver::ActivityMoving::Configure |
( |
const std::vector< std::string > & | keys | ) |
|
|
overridevirtual |
Method invoked when SetConfig or LoadConfig command is received to re-configure the actions class attributes.
- Parameters
-
keys | Modified parameters. Empty vector means all params have changed. |
Implements rad::ConfigurableActivity.
◆ Initialize()
void exciiserver::ActivityMoving::Initialize |
( |
| ) |
|
|
overridevirtual |
Method invoked when Init command is received to re-initialize the actions class attributes.
Implements rad::ConfigurableActivity.
◆ operator=()
Disable copy constructor.
◆ Run()
void exciiserver::ActivityMoving::Run |
( |
| ) |
|
|
overridevirtual |
Interface to be implemented by child classes to implement the activity thread.
Implements rad::ThreadActivity.
The documentation for this class was generated from the following files: