VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
24 
26 class DtSimMessage;
27 
28 #include "vrfcore/vrfcoreDefines.h"
30 {
31 public:
33  DtVrfSettingsManager(DtVrfMessageInterface* msgIf, std::string fileName);
34 
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:
55 };
56 
57 #endif
58 
59 
60 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)