15 class DtSimulationAddress;
32 const DtSimulationAddress& destAddress,
39 bool isGlobal =
false,
DtVrfMessageInterface* messageIf = 0,
bool isAssigned =
false,
bool abandonCurrentPlan =
true);
46 const DtSimulationAddress& destAddress,
class DtIfPlan:
Definition: ifPlan.h:61
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DT_DLL_vrfobjcore bool DtSendPlanStatementMessage(const DtPlan &plan, bool isGlobal, int statementId, const DtSimulationAddress &destAddress, DtVrfMessageInterface *messageIf)
Sends a DtIfPlanStatement with the indicated statement of the plan. Messages are not sent immediately...
DT_DLL_vrfobjcore bool DtFillInPlanMsg(DtIfPlan &planMsg, const DtPlan &plan, bool isGlobal=false, DtVrfMessageInterface *messageIf=0, bool isAssigned=false, bool abandonCurrentPlan=true)
Fills in the plan message and sets the contents ready to send over the network. Called from DtSendPla...
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DT_DLL_vrfobjcore bool DtSendPlanMessage(const DtUUID &sendTo, const DtPlan &plan, bool isGlobal, const DtSimulationAddress &destAddress, DtVrfMessageInterface *messageIf, bool isAssigned=false, bool abandonCurrentPlan=true)
Sends the specified plan onto the network inside one or more interface messages. If plans are long...
class DtPlan:
Definition: plan.h:92
Definition: vrfMessageInterface.h:40