OMNeT++ Simulation Library
6.0.3
|
16 #ifndef __OMNETPP_CRESULTLISTENER_H
17 #define __OMNETPP_CRESULTLISTENER_H
19 #include "simkerneldefs.h"
20 #include "clistener.h"
38 int delegatedCount = 0;
53 virtual void callEmitInitialValue() {emitInitialValue();}
54 virtual void emitInitialValue() {}
69 virtual int getDelegatedCount()
const {
return delegatedCount;}
72 virtual cResultListener *clone()
const = 0;
const typedef simtime_t & simtime_t_cref
Constant reference to a simtime_t.
Definition: simtime_t.h:48
int simsignal_t
Signal handle.
Definition: clistener.h:27
cObject is a lightweight class which serves as the root of the OMNeT++ class hierarchy....
Definition: cobject.h:92
Interface for listeners in a simulation model.
Definition: clistener.h:71
virtual int getSubscribeCount() const override
Definition: cresultlistener.h:68
int64_t-based, base-10 fixed-point simulation time.
Definition: simtime.h:66
uint64_t uintval_t
Unsigned integer type which is guaranteed to be at least 64 bits wide. It is used throughout the libr...
Definition: simkerneldefs.h:109
int64_t intval_t
Signed integer type which is guaranteed to be at least 64 bits wide. It is used throughout the librar...
Definition: simkerneldefs.h:101
Common base for module and channel classes.
Definition: ccomponent.h:49
Base class for result filters.
Definition: cresultfilter.h:72
Common abstract base class for result filters and result recorders.
Definition: cresultlistener.h:34
virtual int getSubscribeCount() const
Definition: clistener.h:178