12 #ifndef SST_CORE_INTROSPECTACTION_H 
   13 #define SST_CORE_INTROSPECTACTION_H 
   17 #include <sst/core/action.h> 
   18 #include <sst/core/event.h> 
   42 #endif // SST_CORE_INTROSPECTACTION_H 
An Action is a schedulable Activity which is not an Event. 
Definition: action.h:30
void setPriority(int priority)
Set the priority of the Activity. 
Definition: activity.h:339
Functor classes for Event handling. 
Definition: event.h:86
Definition: introspectAction.h:22
void execute(void)
Function which will be called when the time for this Activity comes to pass. 
Definition: introspectAction.cc:22