|
SST/macro
|
A class describing an event. More...
#include <sst_message.h>


Public Member Functions | |
| virtual | ~message () |
| virtual node_id | toaddr () const =0 |
| virtual node_id | fromaddr () const =0 |
Public Member Functions inherited from sstmac::flow | |
| virtual uint64_t | unique_id () const =0 |
| virtual long | byte_length () const =0 |
| Virtual function to return size. More... | |
Public Member Functions inherited from sstmac::event | |
| virtual std::string | to_string () const =0 |
| void | serialize_order (serializer &ser) |
| virtual bool | is_packet () const |
| convenience methods More... | |
| virtual bool | is_credit () const |
| virtual bool | is_failure () const |
| template<class T > | |
| T * | interface () |
Public Member Functions inherited from sprockit::serializable | |
| virtual const char * | cls_name () const =0 |
| virtual uint32_t | cls_id () const =0 |
| virtual | ~serializable () |
Additional Inherited Members | |
Protected Types inherited from sprockit::serializable | |
| enum | cxn_flag_t { ConstructorFlag } |
A class describing an event.
Definition at line 42 of file sst_message.h.
|
inlinevirtual |
Definition at line 47 of file sst_message.h.
|
pure virtual |
Implemented in sstmac::hw::network_message, and sstmac::hw::memory_message.
|
pure virtual |
Implemented in sstmac::hw::network_message, and sstmac::hw::memory_message.
1.8.11