SST/macro
guest.h
Go to the documentation of this file.
1 #include "actor.h"
2 
3 namespace sstmac {
4 namespace tutorial {
5 
7  public actor
8 {
9 
10  public:
11  std::string
12  to_string() const {
13  return "count rugen";
14  }
15 
16  virtual void
17  init_factory_params(sprockit::sim_parameters* params);
18 
19  virtual void
20  act();
21 
22  protected:
24 
25 };
26 
27 }
28 }
29 
std::string to_string() const
Definition: guest.h:12
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
virtual void init_factory_params(sprockit::sim_parameters *params)