public class PowerSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
numberOfSettings |
double[] |
readPowers |
double[] |
writePowers |
Constructor and Description |
---|
PowerSettings(int numSettings) |
PowerSettings(PowerSettings pSettings) |
public int numberOfSettings
public double[] readPowers
public double[] writePowers
public PowerSettings(int numSettings)
public PowerSettings(PowerSettings pSettings)