SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
hardware
router
routing_enum.h
Go to the documentation of this file.
1
#ifndef ROUTING_ENUM_H
2
#define ROUTING_ENUM_H
3
4
namespace
sstmac
{
5
namespace
hw {
6
namespace
routing {
7
8
static
const
int
uninitialized
= -123;
9
10
typedef
enum
{
11
minimal
,
12
minimal_adaptive
,
13
valiant
,
14
ugal
,
15
deflt
16
}
algorithm_t
;
17
18
const
char
*
19
tostr
(algorithm_t algo);
20
21
}
22
}
23
}
24
25
#endif // ROUTING_ENUM_H
sstmac::hw::routing::valiant
Definition:
routing_enum.h:13
sstmac::hw::routing::minimal
Definition:
routing_enum.h:11
sstmac::hw::routing::ugal
Definition:
routing_enum.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::routing::deflt
Definition:
routing_enum.h:15
sstmac::hw::routing::minimal_adaptive
Definition:
routing_enum.h:12
sstmac::hw::routing::uninitialized
static const int uninitialized
Definition:
routing_enum.h:8
sstmac::hw::routing::tostr
const char * tostr(algorithm_t algo)
sstmac::hw::routing::algorithm_t
algorithm_t
Definition:
routing_enum.h:10
Generated by
1.8.11