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

Public Types

enum  MsgType { TIMER, ADD_HANDLER, REM_HANDLER }
 
- Public Types inherited from gcp::util::GenericTaskMsg
enum  GenericMsgType {
  HEARTBEAT, STOP, RESTART, TASK_SPECIFIC,
  LAST
}
 

Public Attributes

union {
   struct {
      bool   enable
 
      unsigned   intervalInSeconds
 
   }   timer
 
   struct {
      PERIODIC_TIMER_HANDLER *   fn
 
      void *   args
 
   }   addHandler
 
   struct {
      PERIODIC_TIMER_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: