SST/macro
job_launch_event.h
Go to the documentation of this file.
1 #ifndef JOB_LAUNCH_EVENT_H
2 #define JOB_LAUNCH_EVENT_H
3 
6 
7 namespace sstmac {
8 namespace sw {
9 
11  public event
12 {
14 
15  public:
18  {
19  }
20 
21  app_launch*
22  appman() const {
23  return appman_;
24  }
25 
26  std::string
27  to_string() const {
28  return "job launch event";
29  }
30 
31  private:
32  int appnum_;
34 };
35 
36 }
37 }
38 
39 #endif // JOB_LAUNCH_EVENT_H
40 
NotSerializable(job_launch_event) public
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
std::string to_string() const
app_launch * appman() const