SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
hardware
topology
traffic
traffic.h
Go to the documentation of this file.
1
#ifndef sstmac_hardware_network_traffic_TRAFFIC_H
2
#define sstmac_hardware_network_traffic_TRAFFIC_H
3
4
namespace
sstmac
{
5
namespace
hw {
6
7
class
traffic_pattern
8
{
9
10
public
:
11
typedef
enum
{
12
nearest_neighbor
,
13
tornado
,
14
bit_complement
15
}
type_t
;
16
17
static
const
char
*
tostr
(type_t ty);
18
19
};
20
21
}
22
}
23
24
25
26
27
#endif // TRAFFIC_H
28
sstmac::hw::traffic_pattern::tornado
Definition:
traffic.h:13
sstmac::hw::traffic_pattern::nearest_neighbor
Definition:
traffic.h:12
sstmac::hw::traffic_pattern::type_t
type_t
Definition:
traffic.h:11
sstmac::hw::traffic_pattern
Definition:
traffic.h:7
sstmac::hw::traffic_pattern::bit_complement
Definition:
traffic.h:14
sstmac
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
Definition:
parallel_runtime.h:18
sstmac::hw::traffic_pattern::tostr
static const char * tostr(type_t ty)
Generated by
1.8.11