Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
SonarData.TYPE |
SonarData.getType() |
static SonarData.TYPE |
SonarData.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SonarData.TYPE[] |
SonarData.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SonarData |
SonarData.setType(SonarData.TYPE type) |
Constructor and Description |
---|
SonarData(SonarData.TYPE type,
long frequency,
int min_range,
int max_range,
short bits_per_point,
float scale_factor,
java.util.Collection<BeamConfig> beam_config,
byte[] data) |