All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
ArrayCore::SPACArrayProcess Class Reference

Brief description of class still missing. More...

#include <SPACArrayProcess.h>

Inheritance diagram for ArrayCore::SPACArrayProcess:
ArrayCore::ArrayProcess QGpCoreTools::AbstractParameters

List of all members.

Public Member Functions

const SPACParametersparameters () const
bool setParameters (const SPACParameters *param, bool doNSampleWarning=true)
 SPACArrayProcess (const ArrayStations &array)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

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);
  }
}

Member Function Documentation

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);
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines