VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfcore
vrfSettingsManager.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfSettingsManager.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
18
19
#ifndef vrfSettingsManager_H_
20
#define vrfSettingsManager_H_
21
22
#include "
makSettingsManager/settingsManager.h
"
23
#include "
makSettingsManager/settingsObject.h
"
24
25
class
DtVrfMessageInterface
;
26
class
DtSimMessage
;
27
28
#include "
vrfcore/vrfcoreDefines.h
"
29
class
DT_DLL_vrfcore
DtVrfSettingsManager
:
public
DtSettingsManager
30
{
31
public
:
33
DtVrfSettingsManager
(
DtVrfMessageInterface
* msgIf, std::string fileName);
34
36
~
DtVrfSettingsManager
();
37
40
virtual
void
init
();
41
43
static
void
modifySettingCallback(
DtSimMessage
* msg,
void
* usr);
44
46
static
void
requestSettingCallback(
DtSimMessage
* msg,
void
* usr);
47
51
void
publishSetting(
const
std::string& settingName);
52
53
protected
:
54
DtVrfMessageInterface
*
myMessageInterface
;
55
};
56
57
#endif
58
59
60
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)