The Sparta Modeling Framework
|
File that defines the PhasedPayloadEvent class. Suggest using sparta::PayloadEvent instead. More...
#include <memory>
#include "sparta/events/EventNode.hpp"
#include "sparta/events/Scheduleable.hpp"
#include "sparta/events/SchedulingPhases.hpp"
#include "sparta/utils/MetaStructs.hpp"
#include "sparta/utils/ValidValue.hpp"
#include "sparta/utils/FastList.hpp"
#include "sparta/events/StartupEvent.hpp"
Go to the source code of this file.
Classes | |
class | sparta::PhasedPayloadEvent< DataT > |
Class to schedule a Scheduleable in the future with a payload, but the class itself is not typed on the phase, but is constructed with one. The preference, however, is for the modeler to use sparta::PayloadEvent instead. More... | |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
File that defines the PhasedPayloadEvent class. Suggest using sparta::PayloadEvent instead.
Definition in file PhasedPayloadEvent.hpp.