SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
software
launch
arrive_message.h
Go to the documentation of this file.
1
/*
2
* This file is part of SST/macroscale:
3
* The macroscale architecture simulator from the SST suite.
4
* Copyright (c) 2009 Sandia Corporation.
5
* This software is distributed under the BSD License.
6
* Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
7
* the U.S. Government retains certain rights in this software.
8
* For more information, see the LICENSE file in the top
9
* SST/macroscale directory.
10
*/
11
12
#ifndef SSTMAC_SOFTWARE_LIBRARIES_LAUNCH_MESSAGES_ARRIVE_MESSAGE_H_INCLUDED
13
#define SSTMAC_SOFTWARE_LIBRARIES_LAUNCH_MESSAGES_ARRIVE_MESSAGE_H_INCLUDED
14
15
#include <sstmac/software/launch/launch_message.h>
16
17
#include <sstmac/software/launch/launch_info.h>
18
19
namespace
sstmac
{
20
namespace
sw {
21
22
class
arrive_message
:
public
launch_event
23
{
24
25
public
:
26
/**
27
* Stringifier
28
* @return String description
29
*/
30
virtual
std::string
31
to_string
()
const
{
32
return
"arrive_message"
;
33
}
34
35
};
36
37
}
38
}
39
40
#endif
41
sstmac::sw::launch_event
Definition:
launch_event.h:24
sstmac::sw::arrive_message::to_string
virtual std::string to_string() const
Stringifier.
Definition:
arrive_message.h:31
sstmac
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
Definition:
parallel_runtime.h:18
sstmac::sw::arrive_message
Definition:
arrive_message.h:22
Generated by
1.8.11