![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Class containing common util methods for the EO Orbit/Attitude adapter classes. More...
#include <AdpUtils.h>
Static Public Member Functions | |
static long | getTimeRef (string auxVal) throw (EoAdapterError) |
Get CFI enumeration value for the input time reference name. | |
static long | getCsRef (string auxVal) throw (EoAdapterError) |
Get CFI enumeration value for the input CS reference name. | |
static long | getTargetFrame (string auxVal) throw (EoAdapterError) |
Get CFI enumeration value for the input attitude target reference name. | |
static long | getSatellite (string satelliteName) |
Get satellite CFI ID. | |
static string | getMonth (string monthNumber) |
Get moth according to DFDL4S UTC-TAI history table. | |
static void | getRotationMatrix (Time t, long csOut, long csIn, double matrix[3][3]) throw (EoAdapterError) |
It returns the matrix that transforms the the vectors in csIn to csOut. | |
Class containing common util methods for the EO Orbit/Attitude adapter classes.
|
static |
Get CFI enumeration value for the input CS reference name.
auxVal | CS reference name as read from configuration file |
|
static |
Get moth according to DFDL4S UTC-TAI history table.
|
static |
It returns the matrix that transforms the the vectors in csIn to csOut.
csOut | output reference frame |
csIn | input reference frame |
|
static |
Get satellite CFI ID.
satelliteName | satellite or mission name |
|
static |
Get CFI enumeration value for the input attitude target reference name.
auxVal | attitude target reference name as read from configuration file |
|
static |
Get CFI enumeration value for the input time reference name.
auxVal | time reference name as read from configuration file |