#include <task.h>
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.