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"
An Action is a schedulable Activity which is not an Event.
Definition: action.h:27
void endSimulation()
Called to signal to the Simulation object to end the simulation.
Definition: action.cc:21
Base class for all Activities in the SST Event Queue.
Definition: activity.h:46