12 #ifndef SSTMAC_BACKENDS_NATIVE_COMPONENTS_NODE_SIMPLENODE_H_INCLUDED 13 #define SSTMAC_BACKENDS_NATIVE_COMPONENTS_NODE_SIMPLENODE_H_INCLUDED 30 #if SSTMAC_INTEGRATED_SST_CORE 32 SST::ComponentId_t
id,
36 init_sst_params(SST::Params ¶ms);
53 #if !SSTMAC_INTEGRATED_SST_CORE virtual void execute(ami::COMP_FUNC func, event *data, callback *cb)
Make the node execute a particular compute function.
virtual void set_event_manager(event_manager *man)
Set the eventmanager for this scheduler.
COMP_FUNC
Functions that block and must complete before returning.
Base type for implementations of an engine that is able to schedule events and advance simulation tim...
void init_factory_params(sprockit::sim_parameters *params)
Standard factory type initializer.
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
virtual void finalize_init()
Standard factory type initializer.
DeclareIntegratedComponent(simple_node)