This class provides a method to create AbstractRTActions by their configuration and name.
More...
#include <AbstractRTActionFactory.h>
This class provides a method to create AbstractRTActions by their configuration and name.
fesa::AbstractRTActionFactory::createCustomRTAction |
( |
const std::string & |
actionName, |
|
|
RTActionConfig & |
rtActionConfig |
|
) |
| |
|
protectedpure virtual |
virtual method to create a RT action based on its name
- Parameters
-
actionName | to create the action |
rtActionConfig | with the information for scheduling propose |
fesa::AbstractRTActionFactory::createRTAction |
( |
const std::string & |
actionName, |
|
|
RTActionConfig & |
rtActionConfig |
|
) |
| |
virtual method to create a RT action based on its name
- Parameters
-
actionName | to create the action |
rtActionConfig | with the information for scheduling propose |
The documentation for this class was generated from the following files:
- AbstractRTActionFactory.h
- AbstractRTActionFactory.cpp