|
SST/macro
|
#include <routable.h>

Public Member Functions | |
| path () | |
| bool | metadata_bit (metadata_slot slot) const |
| void | set_metadata_bit (metadata_slot slot) |
| void | unset_metadata_bit (metadata_slot slot) |
| void | clear_metadata () |
Public Attributes | |
| int | outport |
| int | vc |
| int | geometric_id |
| An identifier indicating what geometric path on the topology this is following. More... | |
| sprockit::metadata_bits< uint32_t > | metadata |
Definition at line 20 of file routable.h.
|
inline |
Definition at line 27 of file routable.h.
|
inline |
Definition at line 53 of file routable.h.
References sprockit::metadata_bits< integer >::clear().

|
inline |
Definition at line 38 of file routable.h.
References sprockit::metadata_bits< integer >::bit().

|
inline |
Definition at line 43 of file routable.h.
References sprockit::metadata_bits< integer >::set_bit().

|
inline |
Definition at line 48 of file routable.h.
References sprockit::metadata_bits< integer >::unset_bit().

| int sstmac::hw::structured_routable::path::geometric_id |
An identifier indicating what geometric path on the topology this is following.
Definition at line 24 of file routable.h.
| sprockit::metadata_bits<uint32_t> sstmac::hw::structured_routable::path::metadata |
Definition at line 25 of file routable.h.
| int sstmac::hw::structured_routable::path::outport |
Definition at line 21 of file routable.h.
Referenced by sstmac::hw::structured_routable::port().
| int sstmac::hw::structured_routable::path::vc |
Definition at line 22 of file routable.h.
Referenced by sstmac::hw::structured_routable::check_vc(), and sstmac::hw::structured_routable::vc().
1.8.11