VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
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;
20
class
DtVrfMessageInterface
;
21
22
#include "
vrfobjcore/vrfobjcoreDefines.h
"
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)