My Project
|
Public Types | |
enum | MsgType { GET_EPHEM, CHECK_EPHEM, ADD_HANDLER, REM_HANDLER } |
![]() | |
enum | GenericMsgType { HEARTBEAT, STOP, RESTART, TASK_SPECIFIC, LAST } |
Public Attributes | |
union { | |
struct { | |
char fileName [HORIZONS_FILENAME_MAX] | |
char sourceId [SRC_LEN] | |
double mjdStart | |
double mjdStop | |
} getEphem | |
struct { | |
HORIZONS_HANDLER * fn | |
void * args | |
} addHandler | |
struct { | |
HORIZONS_HANDLER * fn | |
} remHandler | |
} | body |
MsgType | type |
![]() | |
GenericMsgType | genericMsgType_ |