OMNeT++ Simulation Library
5.6.1
|
#include <cfingerprint.h>
This class calculates the "fingerprint" of a simulation.
The fingerprint is a 32-bit hash value calculated from various data of the simulation events and simulation results. The calculator can be configured to consider only certain events, modules, and results using filter expressions.
The available ingredients are:
Public Member Functions | |
virtual cSingleFingerprintCalculator * | dup () const override |
virtual std::string | str () const override |
virtual void | initialize (const char *expectedFingerprints, cConfiguration *cfg, int index=-1) override |
virtual bool | checkFingerprint () const override |
Public Member Functions inherited from cFingerprintCalculator | |
virtual | ~cFingerprintCalculator () |
Public Member Functions inherited from cObject | |
cObject () | |
cObject (const cObject &other) | |
virtual | ~cObject () |
virtual const char * | getClassName () const |
virtual const char * | getName () const |
bool | isName (const char *s) const |
virtual const char * | getFullName () const |
virtual std::string | getFullPath () const |
const cObject * | getThisPtr () const |
virtual _OPPDEPRECATED std::string | info () const |
virtual _OPPDEPRECATED std::string | detailedInfo () const |
virtual void | parsimPack (cCommBuffer *buffer) const |
virtual void | parsimUnpack (cCommBuffer *buffer) |
virtual cObject * | getOwner () const |
virtual bool | isOwnedObject () const |
virtual void | forEachChild (cVisitor *v) |
cObject * | findObject (const char *name, bool deep=true) |
void | copyNotSupported () const |
Additional Inherited Members | |
Protected Member Functions inherited from cObject | |
virtual void | take (cOwnedObject *obj) |
virtual void | drop (cOwnedObject *obj) |
void | dropAndDelete (cOwnedObject *obj) |
|
inlineoverridevirtual |
Should be redefined in subclasses to create an exact copy of this object. The default implementation just throws an error, to indicate that the method was not redefined.
Reimplemented from cObject.
|
overridevirtual |
Produce a one-line description of the object. The string is displayed at various places e.g. in graphical user interfaces.
Reimplemented from cObject.
|
overridevirtual |
Initialization.
Implements cFingerprintCalculator.
|
overridevirtual |
Compare computed fingerprint with the expected one, and throw error if it doesn't match.
Implements cFingerprintCalculator.