ACS::Task

NAME
SYNOPSIS
Detailed Description
Member Function Documentation
Author

NAME

ACS::Task −

SYNOPSIS

#include <task.h>

Inherited by ACS::parameterTask.

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.

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.