Provides the implementation of the Recording do-activity. More...
#include <activityRecording.hpp>
Public Member Functions | |
| ActivityRecording (const std::string &id, rad::SMAdapter &sm, DataContext &data) | |
| virtual | ~ActivityRecording () |
| void | Run () override |
| Thread implementation method. | |
| ActivityRecording (const ActivityRecording &)=delete | |
| Disable copy constructor. | |
| ActivityRecording & | operator= (const ActivityRecording &)=delete |
| Disable assignment operator. | |
Provides the implementation of the Recording do-activity.
| ifw::ccf::control::ActivityRecording::ActivityRecording | ( | const std::string & | id, |
| rad::SMAdapter & | sm, | ||
| DataContext & | data ) |
|
virtual |
|
delete |
Disable copy constructor.
|
delete |
Disable assignment operator.
|
override |
Thread implementation method.