12 #include <vlutil/vlSmartPointers.h>
44 const DtPlan* = 0)
const override;
53 virtual bool reportSatisfiesConditional(
const DtTextReport* report,
DtEvalSimulationObject & operator=(const DtEvalSimulationObject &orig)
assignment operator
DtLocalObject * myVrfObject
Definition: evalReceiveTextMessage.h:61
class DtEvalSimulationObject:
Definition: evalSimulationObject.h:19
Conditional expression which tests whether the associated entity receives a DtTextReport that contain...
Definition: ceReceiveTextMessage.h:26
virtual DtEvaluator * clone()=0
clone operator
DtTextReport.
Definition: textReport.h:21
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
Evaluator for the DtCeReceiveTextMessage conditional expression. Registers for messages arriving to t...
Definition: evalReceiveTextMessage.h:23
bool myReceivedCorrectMessage
Definition: evalReceiveTextMessage.h:59
class DtEvaluator:
Definition: evaluator.h:35
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
DtRecTextCePtr myConditional
Definition: evalReceiveTextMessage.h:62
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
virtual bool evaluate(DtSimCondExpr *condExpr, DtLocalObject *entity, const DtSimulationServices *simManager, const DtPlan *plan=0) const =0
Evaluate the conditional expression for the entity, and return the current result. The plan is supplied for variable substituion.
const DtSimulationServices * mySimulationServices
Definition: evalReceiveTextMessage.h:60
std::shared_ptr< DtCeReceiveTextMessage > DtRecTextCePtr
Definition: evalReceiveTextMessage.h:57
A locally simulated VRF object.
Definition: localObject.h:98