The abstract base class for all evaluators of signature modifiers. The evaluation of signature modifi...
Definition: signatureModifierEvaluator.h:25
A DtSignatureModifierEvaluator that modifies a signature with a.
Definition: multiplierSignatureModifierEvaluator.h:17
Evaluator that checks if the current speed is less than the specified speed.
Definition: speedSignatureModifierEvaluators.h:48
The base class for all signature modifier descriptions. Signature Modifiers define a modification to ...
Definition: signatureModifier.h:28
virtual bool init()
Uses dynamic_cast to make sure that the passed in DtSignatureModifier derives from DtMultiplierSignat...
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:89
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:79
DtMultiplierSignatureModifierEvaluator & operator=(const DtMultiplierSignatureModifierEvaluator &orig)
Not implemented. Class not copyable.
virtual DtString type() const =0
virtual bool checkCondition(const DtSimObject &) const =0
Override this in subclasses to check the condition of this evaluator.
Contains DtSpeedGreaterSignatureModifierEvaluator and DtSpeedLessSignatureModifierEvaluator.
Definition: speedSignatureModifierEvaluators.h:17