RecoSim
1.0
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
src
monitoring.h
Go to the documentation of this file.
1
22
#ifndef MONITORING_H
23
#define MONITORING_H
24
25
#include "
monitoring_interface.h
"
26
27
class
Monitoring
:
public
sc_module {
28
29
public
:
30
31
static
int
thread_number;
32
33
string
monitoring_name;
34
35
Monitoring_interface
& services;
36
37
Monitoring
(sc_module_name nm,
Monitoring_interface
& _monitoring_if) : sc_module(nm), services(_monitoring_if) {
38
this->monitoring_name = name();
39
}
40
41
int
static
get_thread_number() {
42
return
thread_number;
43
}
44
45
};
46
47
48
#endif
monitoring_interface.h
Monitoring_interface
Definition:
monitoring_interface.h:63
Monitoring
Definition:
monitoring.h:27
Generated on Fri Apr 17 2015 08:29:07 for RecoSim by
1.8.7