Constructor and Description |
---|
CRDDataBlock()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addAnglesData(CRD.AnglesMeasurement angles)
Add an entry to the list of angles data.
|
void |
addMeteoData(CRD.MeteorologicalMeasurement meteorologicalMeasurement)
Add an entry to the list of meteorological data.
|
void |
addRangeData(CRD.RangeMeasurement range)
Add an entry to the list of range data.
|
List<CRD.AnglesMeasurement> |
getAnglesData()
Get the angles data for the data block.
|
CRDConfiguration |
getConfigurationRecords()
Get the system configuration records.
|
CRDHeader |
getHeader()
Get the header of the current data block.
|
CRD.Meteo |
getMeteoData()
Get the meteorological data for the data block.
|
List<CRD.RangeMeasurement> |
getRangeData()
Get the range data for the data block.
|
void |
setConfigurationRecords(CRDConfiguration configurationRecords)
Set the configuration records for the current data block.
|
void |
setHeader(CRDHeader header)
Set the header for the current data block.
|
public CRDHeader getHeader()
public void setHeader(CRDHeader header)
header
- the header to setpublic CRDConfiguration getConfigurationRecords()
public void setConfigurationRecords(CRDConfiguration configurationRecords)
configurationRecords
- the configuration records to setpublic void addRangeData(CRD.RangeMeasurement range)
range
- entry to addpublic void addMeteoData(CRD.MeteorologicalMeasurement meteorologicalMeasurement)
meteorologicalMeasurement
- entry to addpublic void addAnglesData(CRD.AnglesMeasurement angles)
angles
- entry to addpublic List<CRD.RangeMeasurement> getRangeData()
public List<CRD.AnglesMeasurement> getAnglesData()
public CRD.Meteo getMeteoData()
Copyright © 2002-2022 CS GROUP. All rights reserved.