12 #ifndef SST_CORE_ACTION_H 13 #define SST_CORE_ACTION_H 15 #include "sst/core/activity.h" 16 #include "sst/core/output.h" 17 #include "sst/core/serialization/serializer.h" 32 bool isEvent()
const override final {
return false; }
33 bool isAction()
const override final {
return true; }
50 #endif // SST_CORE_ACTION_H An Action is a schedulable Activity which is not an Event.
Definition: action.h:26
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:42
Base class for all Activities in the SST Event Queue.
Definition: activity.h:47
void endSimulation()
Called to signal to the Simulation object to end the simulation.
Definition: action.cc:21