
public class HallConfiguration extends Object
See this Confluence page for descriptions of the configuration parameters.
| Constructor and Description |
|---|
HallConfiguration(int ident,
double inFlip,
double outFlip,
double position,
double port,
double line) |
| Modifier and Type | Method and Description |
|---|---|
static Constructor<HallConfiguration> |
getConstructor()
Gets the constructor to be used when making an instance of this class using data from an external
source such as a text file.
|
int |
getIdent() |
double |
getInFlip() |
double |
getLine() |
double |
getOutFlip() |
double |
getPort() |
double |
getPosition() |
public HallConfiguration(int ident,
double inFlip,
double outFlip,
double position,
double port,
double line)
public static Constructor<HallConfiguration> getConstructor()
Constructor<HallConfiguration>.public int getIdent()
public double getInFlip()
public double getOutFlip()
public double getPosition()
public double getPort()
public double getLine()
Copyright © 2016 LSST. All rights reserved.