|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for storing attitude data. More...
Public Member Functions | |
| AttRec () | |
| Constructor. | |
| AttRec (final long timeReference, final double tim, double[] dat) | |
| Constructor with parameters. | |
Public Attributes | |
| long | timeRef |
| Time reference. | |
| double | time |
| Time. | |
| double[] | data |
| Quaternions (4 values) or angles (3 values). | |
Class for storing attitude data.
| EECFI.AttRec.AttRec | ( | ) |
Constructor.
| EECFI.AttRec.AttRec | ( | final long | timeReference, | |
| final double | tim, | |||
| double[] | dat | |||
| ) |
Constructor with parameters.
| double [] EECFI.AttRec.data |
Quaternions (4 values) or angles (3 values).
| double EECFI.AttRec.time |
Time.
| long EECFI.AttRec.timeRef |
Time reference.
1.7.1