SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
common
messages
sleep_event.h
Go to the documentation of this file.
1
#ifndef SLEEP_MESSAGE_H
2
#define SLEEP_MESSAGE_H
3
4
#include <
sstmac/common/messages/timed_event.h
>
5
6
namespace
sstmac
{
7
8
class
sleep_event
:
9
public
timed_interface
,
10
public
event
11
{
12
NotSerializable
(
sleep_event
)
13
14
public:
15
sleep_event
(
timestamp
t) :
16
timed_interface
(t) {
17
}
18
19
std::string
20
to_string
()
const
{
21
return
"sleep message"
;
22
}
23
24
25
};
26
27
}
28
29
#endif // SLEEP_MESSAGE_H
30
sstmac::sleep_event::to_string
std::string to_string() const
Definition:
sleep_event.h:20
sstmac::event
Definition:
sst_event.h:28
sstmac::timed_interface
Definition:
timed_event.h:9
sstmac::timestamp
A basic container for time (subject to future transplant).
Definition:
timestamp.h:29
sstmac
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
Definition:
parallel_runtime.h:18
sstmac::sleep_event::NotSerializable
NotSerializable(sleep_event) public
Definition:
sleep_event.h:12
sstmac::sleep_event
Definition:
sleep_event.h:8
timed_event.h
Generated by
1.8.11