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