13#include <EoAdapterError.h>
14#include <DLLDefines.h>
21#if defined(WIN32) || defined(WIN64)
22 #define __PRETTY_FUNCTION__ __FUNCTION__
25template <
typename T>
string toStr(T
const& value)
27 std::ostringstream sstr;
Class containing common util methods for the EO Orbit/Attitude adapter classes.
Definition AdpUtils.h:35
static long getSatellite(string satelliteName)
Get satellite CFI ID.
static long getTimeRef(string auxVal)
Get CFI enumeration value for the input time reference name.
static long getTargetFrame(string auxVal)
Get CFI enumeration value for the input attitude target reference name.
static long getCsRef(string auxVal)
Get CFI enumeration value for the input CS reference name.
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])
It returns the matrix that transforms the the vectors in csIn to csOut.
Class to get errors from the EoOrbAttAdapater tool.
Definition EoAdapterError.h:27