Uses of Class
edu.nrao.sss.model.resource.CorrelatorConfiguration

Packages that use CorrelatorConfiguration
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.resource.evla EVLA hardware classes. 
edu.nrao.sss.model.resource.vla VLA hardware classes. 
 

Uses of CorrelatorConfiguration in edu.nrao.sss.model.resource
 

Methods in edu.nrao.sss.model.resource that return CorrelatorConfiguration
 CorrelatorConfiguration CorrelatorConfiguration.clone()
          Returns a copy of this configuration.
protected abstract  CorrelatorConfiguration CorrelatorBasebandAbs.getContainer()
          Returns the correlator configuration that holds this baseband.
static CorrelatorConfiguration CorrelatorConfiguration.makeFor(CorrelatorName correlator, AntennaElectronics signalSrc)
          Creates and returns a new configuration for the given correlator that is initialized from signalSrc.
 

Methods in edu.nrao.sss.model.resource with parameters of type CorrelatorConfiguration
protected abstract  void CorrelatorBasebandAbs.setContainer(CorrelatorConfiguration newContainer)
          Sets the correlator configuration to which this baseband belongs.
 

Uses of CorrelatorConfiguration in edu.nrao.sss.model.resource.evla
 

Subclasses of CorrelatorConfiguration in edu.nrao.sss.model.resource.evla
 class EvlaWidarConfiguration
          The configuration of the WIDAR correlator.
 

Methods in edu.nrao.sss.model.resource.evla that return CorrelatorConfiguration
protected  CorrelatorConfiguration WidarBaseband.getContainer()
          Returns the correlator configuration that holds this baseband.
 

Methods in edu.nrao.sss.model.resource.evla with parameters of type CorrelatorConfiguration
protected  void WidarBaseband.setContainer(CorrelatorConfiguration newContainer)
          Sets the correlator configuration to which this baseband belongs.
 

Uses of CorrelatorConfiguration in edu.nrao.sss.model.resource.vla
 

Subclasses of CorrelatorConfiguration in edu.nrao.sss.model.resource.vla
 class VlaConfiguration
          The configuration of the VLA correlator.
 

Methods in edu.nrao.sss.model.resource.vla that return CorrelatorConfiguration
protected  CorrelatorConfiguration VlaBasebandPair.getContainer()
          Returns the correlator configuration that holds this baseband.
 

Methods in edu.nrao.sss.model.resource.vla with parameters of type CorrelatorConfiguration
protected  void VlaBasebandPair.setContainer(CorrelatorConfiguration newContainer)
          Sets the correlator configuration to which this baseband belongs.
 



Copyright © 2009. All Rights Reserved.