|
My Project
|
Public Types | |
| enum | MsgType { GET_EPHEM, CHECK_EPHEM, ADD_HANDLER, REM_HANDLER } |
Public Types inherited from gcp::util::GenericTaskMsg | |
| 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 |
Public Attributes inherited from gcp::util::GenericTaskMsg | |
| GenericMsgType | genericMsgType_ |