gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Network::StatsCallback Class Reference

Callback class used for collating statistics from all the controller of this type. More...

Inheritance diagram for Network::StatsCallback:
Callback

Public Member Functions

virtual ~StatsCallback ()
 
 StatsCallback (Network *_ctr)
 
void process ()
 virtual process function that is invoked when the callback queue is executed. More...
 
- Public Member Functions inherited from Callback
virtual ~Callback ()
 virtualize the destructor to make sure that the correct one gets called. More...
 

Private Attributes

Networkctr
 

Additional Inherited Members

- Protected Member Functions inherited from Callback
virtual void autoDestruct ()
 

Detailed Description

Callback class used for collating statistics from all the controller of this type.

Definition at line 125 of file Network.hh.

Constructor & Destructor Documentation

virtual Network::StatsCallback::~StatsCallback ( )
inlinevirtual

Definition at line 131 of file Network.hh.

Network::StatsCallback::StatsCallback ( Network _ctr)
inline

Definition at line 133 of file Network.hh.

Member Function Documentation

void Network::StatsCallback::process ( )
inlinevirtual

virtual process function that is invoked when the callback queue is executed.

Implements Callback.

Definition at line 138 of file Network.hh.

References Network::collateStats(), and ctr.

Member Data Documentation

Network* Network::StatsCallback::ctr
private

Definition at line 128 of file Network.hh.

Referenced by process().


The documentation for this class was generated from the following file:

Generated on Fri Jun 9 2017 13:04:15 for gem5 by doxygen 1.8.6