VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 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
)