gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules 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 163 of file Network.hh.

Constructor & Destructor Documentation

◆ ~StatsCallback()

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

Definition at line 169 of file Network.hh.

◆ StatsCallback()

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

Definition at line 171 of file Network.hh.

Member Function Documentation

◆ process()

void Network::StatsCallback::process ( )
inlinevirtual

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

Implements Callback.

Definition at line 176 of file Network.hh.

References Network::collateStats().

Member Data Documentation

◆ ctr

Network* Network::StatsCallback::ctr
private

Definition at line 166 of file Network.hh.


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

Generated on Fri Feb 28 2020 16:27:13 for gem5 by doxygen 1.8.13