Represents both network sends and receives.
More...
#include <simpleNetwork.h>
|
enum | cxn_flag_t { ConstructorFlag
} |
|
static void | serializable_abort (uint32_t line, const char *file, const char *func, const char *obj) |
|
Represents both network sends and receives.
Trace types.
Enumerator |
---|
NONE |
No tracing enabled
|
ROUTE |
Trace route information only
|
FULL |
Trace all movements of packets through network
|
void SST::Interfaces::SimpleNetwork::Request::givePayload |
( |
Event * |
event | ) |
|
|
inline |
Sets the payload field for this request.
- Parameters
-
payload_in | Event to set as payload. |
Event* SST::Interfaces::SimpleNetwork::Request::inspectPayload |
( |
| ) |
|
|
inline |
Returns the payload for the request for inspection.
This call does not set the payload to NULL, so deleting the request will also delete the payload. If the request is going to be deleted, use takePayload instead.
- Returns
- Event that was set as payload of the request.
Event* SST::Interfaces::SimpleNetwork::Request::takePayload |
( |
| ) |
|
|
inline |
Returns the payload for the request.
This will also set the payload to NULL, so the call will only return valid data one time after each givePayload call.
- Returns
- Event that was set as payload of the request.
nid_t SST::Interfaces::SimpleNetwork::Request::dest |
bool SST::Interfaces::SimpleNetwork::Request::head |
True if this is the head of a stream
size_t SST::Interfaces::SimpleNetwork::Request::size_in_bits |
nid_t SST::Interfaces::SimpleNetwork::Request::src |
bool SST::Interfaces::SimpleNetwork::Request::tail |
True if this is the tail of a steram
int SST::Interfaces::SimpleNetwork::Request::vn |
Virtual network of packet
The documentation for this class was generated from the following file: