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" 47 #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:35
Base class for all Activities in the SST Event Queue.
Definition: activity.h:45
ImplementVirtualSerializable(SST::Activity) void setQueueOrder(uint64_t order)
Set a new Queue order.
Definition: activity.h:205
void endSimulation()
Called to signal to the Simulation object to end the simulation.
Definition: action.cc:21