VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
planUtil.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 class DtPlan;
14 class DtIfPlan;
15 class DtSimulationAddress;
17 class DtUUID;
18 
20 
31 DT_DLL_vrfobjcore bool DtSendPlanMessage(const DtUUID& sendTo, const DtPlan& plan, bool isGlobal,
32  const DtSimulationAddress& destAddress,
33  DtVrfMessageInterface* messageIf,bool isAssigned = false);
34 
35 
38 DT_DLL_vrfobjcore bool DtFillInPlanMsg(DtIfPlan& planMsg, const DtPlan& plan,
39  bool isGlobal = false, DtVrfMessageInterface* messageIf = 0,bool isAssigned = false);
40 
45 DT_DLL_vrfobjcore bool DtSendPlanStatementMessage(const DtPlan& plan, bool isGlobal, int statementId,
46  const DtSimulationAddress& destAddress,
47  DtVrfMessageInterface* messageIf);
class DtIfPlan:
Definition: ifPlan.h:61
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DT_DLL_vrfobjcore bool DtSendPlanMessage(const DtUUID &sendTo, const DtPlan &plan, bool isGlobal, const DtSimulationAddress &destAddress, DtVrfMessageInterface *messageIf, bool isAssigned=false)
Sends the specified plan onto the network inside one or more interface messages.
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.
DT_DLL_vrfobjcore bool DtFillInPlanMsg(DtIfPlan &planMsg, const DtPlan &plan, bool isGlobal=false, DtVrfMessageInterface *messageIf=0, bool isAssigned=false)
Fills in the plan message and sets the contents ready to send over the network.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
class DtPlan:
Definition: plan.h:90
Definition: vrfMessageInterface.h:46

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)