My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::HorizonsCommunicatorMsg Class Reference
Inheritance diagram for gcp::util::HorizonsCommunicatorMsg:
gcp::util::GenericTaskMsg

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_
 

The documentation for this class was generated from the following file: