VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
bhaveMsgs
bhaveMsgs.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: $ $Revision: $ $State: $
7
*******************************************************************************/
8
11
12
#ifndef bhaveMsgs_h
13
#define bhaveMsgs_h
14
15
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
16
17
class
DtSimTaskFactory
;
18
class
DtInterfaceContentFactory
;
19
class
DtSetDataRequestFactory
;
20
class
DtSimReportFactory
;
21
class
DtAdminContentFactory
;
22
23
namespace
BHAVE
24
{
25
27
void
DT_DLL_bhaveMsgs
registerBhaveTasks
(
DtSimTaskFactory
* taskFactory);
28
30
void
DT_DLL_bhaveMsgs
registerBhaveSets
(
DtSetDataRequestFactory
* setFactory);
31
33
void
DT_DLL_bhaveMsgs
registerBhaveInterfaceMessages
(
DtInterfaceContentFactory
* interfaceContFact);
34
36
void
DT_DLL_bhaveMsgs
registerBhaveAdminContentMessages
(
DtAdminContentFactory
* factory);
37
38
#endif
39
40
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)