This class is responsible to provide a method in order to create the server actions for the class.
More...
#include <AbstractServerActionFactory.h>
This class is responsible to provide a method in order to create the server actions for the class.
fesa::AbstractServerActionFactory::createCustomServerAction |
( |
const ServerActionConfig & |
serverActionConfig | ) |
|
|
pure virtual |
virtual method to create a server action based on its name. This method has to be implemented in the developer's code in order to create the server actions of the class
- Parameters
-
serverActionConfig | with the information for scheduling propose |
Create a server action.
- Parameters
-
serverActionConfig | The action's configuration |
deviceClass | The device class of the server |
- Returns
- The pointer to the created server action
The documentation for this class was generated from the following files:
- AbstractServerActionFactory.h
- AbstractServerActionFactory.cpp