SST/macro
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 {
16  } algorithm_t;
17 
18  const char*
19  tostr(algorithm_t algo);
20 
21  }
22  }
23 }
24 
25 #endif // ROUTING_ENUM_H
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
static const int uninitialized
Definition: routing_enum.h:8
const char * tostr(algorithm_t algo)