SST/macro
|
#include <sstmac/common/event_scheduler.h>
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 |
#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.