Class used to inspect network requests going through the network. More...
#include <simpleNetwork.h>
Public Member Functions | |
NetworkInspector (Component *parent) | |
virtual void | inspectNetworkData (Request *req)=0 |
virtual void | initialize (std::string id)=0 |
The ID uniquely identifies the component in which this subcomponent is instantiated. |
Class used to inspect network requests going through the network.
virtual void SST::Interfaces::SimpleNetwork::NetworkInspector::initialize | ( | std::string | id | ) | [pure virtual] |
The ID uniquely identifies the component in which this subcomponent is instantiated.
It does not uniquely define this particular NetworkInspector, and all NetworkInspectors instantiated in the smae component will get the same ID. If registering statistics, the ID is intended to be used as the subfield of the statistic.