VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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);

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)