SST/macro
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 
8 {
9 
10  public:
11  typedef enum {
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 
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
static const char * tostr(type_t ty)