![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2006 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: planSender.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef planSender_h 00015 #define planSender_h 00016 00017 class DtPlan; 00018 class DtIfPlan; 00019 class DtSimulationAddress; 00020 class DtVrfMessageInterface; 00021 00022 #include "vrfobjcore/vrfobjcoreDefines.h" 00023 00034 DT_DLL_vrfobjcore bool DtSendPlanMessage(const DtPlan& plan, bool isGlobal, 00035 const DtSimulationAddress& destAddress, 00036 DtVrfMessageInterface* messageIf,bool isAssigned = false); 00037 00038 00041 DT_DLL_vrfobjcore bool DtFillInPlanMsg(DtIfPlan& planMsg, const DtPlan& plan, 00042 bool isGlobal = false, DtVrfMessageInterface* messageIf = 0,bool isAssigned = false); 00043 00048 DT_DLL_vrfobjcore bool DtSendPlanStatementMessage(const DtPlan& plan, bool isGlobal, int statementId, 00049 const DtSimulationAddress& destAddress, 00050 DtVrfMessageInterface* messageIf); 00051 #endif 00052