All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <SPACArrayProcess.h>
Public Member Functions | |
const SPACParameters * | parameters () const |
bool | setParameters (const SPACParameters *param, bool doNSampleWarning=true) |
SPACArrayProcess (const ArrayStations &array) |
Brief description of class still missing.
Full description of class still missing
ArrayCore::SPACArrayProcess::SPACArrayProcess | ( | const ArrayStations & | array | ) |
Description of constructor still missing
References ArrayCore::ArrayProcess::_stations.
: ArrayProcess() { // Create process signals for all stations for(int i=0; i<array.count();i++) { SPACStationSignals * s=new SPACStationSignals(array.at(i)); _stations.append(s); } }
const SPACParameters * ArrayCore::SPACArrayProcess::parameters | ( | ) | const [inline] |
Reimplemented from ArrayCore::ArrayProcess.
Referenced by SPACLoopTask::run().
{ return static_cast<const SPACParameters *>(ArrayProcess::parameters()); }
bool ArrayCore::SPACArrayProcess::setParameters | ( | const SPACParameters * | param, |
bool | doNSampleWarning = true |
||
) | [inline] |
Referenced by SPACLoopTask::setParameters().
{ return ArrayProcess::setParameters(param, doNSampleWarning); }