SST/macro
|
#include <sst_message.h>
Public Member Functions | |
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 } |
Definition at line 24 of file sst_message.h.
|
pure virtual |
Virtual function to return size.
Child classes should impement this if they want any size tracked / modeled.
Implemented in sstmac::hw::network_message, and sstmac::hw::memory_message.
|
pure virtual |
Implemented in sstmac::hw::network_message, and sstmac::hw::memory_message.