VR-Forces 4.2 Class Documentation
ifRequestSetting.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifRequestSetting.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef ifRequestSetting_H_
13 #define ifRequestSetting_H_
14 
15 #include <vrfExtProtocol/ifaceCont.h>
16 
17 #include <vlutil/vlNetTypes.h>
18 
20 {
22 };
23 
35 #include "vrfmsgs/vrfmsgsDefines.h"
37 {
38 
39 public:
42 
45 
47  const DtIfRequestSetting & operator=(const DtIfRequestSetting & orig);
48 
50  virtual ~DtIfRequestSetting();
51 
53  virtual int type() const;
54 
56  virtual DtSimInterfaceContent* clone() const;
57 
60  virtual std::string settingName() const;
61  virtual void setSettingName(const std::string& settingName);
63 
65  virtual int netRepSize() const;
66 
68  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
69 
71  virtual bool setToNet();
72 
74  virtual void printDataToString(DtString& str);
75 
77  static DtSimInterfaceContent* creator();
78 
79 protected:
80  std::string mySettingName;
81 };
82 
83 #endif
84 

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)