VR-Forces 4.1 Class Documentation
planSender.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: planSender.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef planSender_h
15 #define planSender_h
16 
17 class DtPlan;
18 class DtIfPlan;
19 class DtSimulationAddress;
21 
23 
34 DT_DLL_vrfobjcore bool DtSendPlanMessage(const DtPlan& plan, bool isGlobal,
35  const DtSimulationAddress& destAddress,
36  DtVrfMessageInterface* messageIf,bool isAssigned = false);
37 
38 
41 DT_DLL_vrfobjcore bool DtFillInPlanMsg(DtIfPlan& planMsg, const DtPlan& plan,
42  bool isGlobal = false, DtVrfMessageInterface* messageIf = 0,bool isAssigned = false);
43 
48 DT_DLL_vrfobjcore bool DtSendPlanStatementMessage(const DtPlan& plan, bool isGlobal, int statementId,
49  const DtSimulationAddress& destAddress,
50  DtVrfMessageInterface* messageIf);
51 #endif
52 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)