Package | Description |
---|---|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
Modifier and Type | Method and Description |
---|---|
CRD.SessionStatistics |
CRD.CRDDataBlock.getSessionStatisticsRecord()
Get the default (the first if there are many records) SessionStat record.
|
CRD.SessionStatistics |
CRD.CRDDataBlock.getSessionStatisticsRecord(String systemConfigurationId)
Get the session statistics record related to the systemConfigurationId.
|
Modifier and Type | Method and Description |
---|---|
List<CRD.SessionStatistics> |
CRD.CRDDataBlock.getSessionStatisticsData()
Get the session statistics data for the data block.
|
Modifier and Type | Method and Description |
---|---|
void |
CRD.CRDDataBlock.addSessionStatisticsData(CRD.SessionStatistics sessionStatistics)
Add an entry to the list of session statistics data.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.