Public Member Functions

ACS::Task Class Reference

#include <task.h>

Inheritance diagram for ACS::Task:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void go (ParameterSet &pset, const TaskServices &services)=0

Detailed Description

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).


Member Function Documentation

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.


The documentation for this class was generated from the following file: