|
Earth Observation Software Orbit and Attitude Adapater Tool |
|
Class containing Input Configuration data for checking the attitude data. More...
#include <AdpConfiguration.h>
Public Member Functions | |
| AdpAttitudeChecksConfiguration () | |
| time step threshold, to identify non-equally spaced records [s] | |
| ~AdpAttitudeChecksConfiguration () | |
| Class destructor. | |
Public Attributes | |
| double | maximumGap |
| if the checks were set in configuration | |
| double | duplicatedThreshold |
| maximum time to identify a gap [s] | |
| double | timeStep |
| time to identify a duplicated record [s] | |
| double | timeStepThreshold |
| expected time step [s] | |
Class containing Input Configuration data for checking the attitude data.
|
inline |
time step threshold, to identify non-equally spaced records [s]
Empty class constructor
References duplicatedThreshold, maximumGap, timeStep, and timeStepThreshold.
|
inline |
Class destructor.
| double AdpAttitudeChecksConfiguration::duplicatedThreshold |
maximum time to identify a gap [s]
Referenced by AdpAttitudeChecksConfiguration().
| double AdpAttitudeChecksConfiguration::maximumGap |
if the checks were set in configuration
Referenced by AdpAttitudeChecksConfiguration().
| double AdpAttitudeChecksConfiguration::timeStep |
time to identify a duplicated record [s]
Referenced by AdpAttitudeChecksConfiguration().
| double AdpAttitudeChecksConfiguration::timeStepThreshold |
expected time step [s]
Referenced by AdpAttitudeChecksConfiguration().
1.13.2