|
ACS::Task − |
|
#include <task.h> Inherited by ACS::parameterTask. |
|
Public Member Functions |
|
virtual void go (ParameterSet &pset, const TaskServices &services)=0 |
|
The Task class is the (abstract) base class for all tasks, whether they are ACS-based (e.g. parameterTask) or not (e.g. future non-ACS tasks perhaps implemented by OFFLINE team). |
|
virtual void ACS::Task::go (ParameterSet & pset, const TaskServices & services) [pure virtual] go is the (required) method which has to be implemented by the implementor of the task |
|
Implemented in paramTaskTestImpl. |
|
Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code. |