SST/macro
Classes | Namespaces | Macros
connection.h File Reference
#include <sstmac/common/event_scheduler.h>
Include dependency graph for connection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sstmac::hw::connectable
 
struct  sstmac::hw::connectable::config
 
class  sstmac::hw::connectable_component
 
class  sstmac::hw::connectable_subcomponent
 

Namespaces

 sstmac
 SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i.e.
 
 sstmac::hw
 

Macros

#define connectable_type_invalid(ty)   spkt_throw_printf(sprockit::value_error, "invalid connectable type %s", connectable::str(ty))
 
#define connect_str_case(x)   case x: return #x
 

Macro Definition Documentation

#define connect_str_case (   x)    case x: return #x

Definition at line 9 of file connection.h.

Referenced by sstmac::hw::connectable::str().

#define connectable_type_invalid (   ty)    spkt_throw_printf(sprockit::value_error, "invalid connectable type %s", connectable::str(ty))

Definition at line 6 of file connection.h.