VR-Forces 4.1 Class Documentation
setNotifyLevel.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vlutil/vlString.h>
14 #include <vlutil/vlNetTypes.h>
15 #include "vrftasks/setDataReq.h"
17 #include "vrfutil/rwInt.h"
18 
22 {
23 public:
24 
27 
28  DtSetNotifyLevel(const DtString & writeName,
29  DtReaderWriterRegistry * parentRegistry = 0);
30 
32  DtSetNotifyLevel(const DtString & writeName, const DtSetNotifyLevel & orig,
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
36  const DtSetNotifyLevel & operator=(const
37  DtSetNotifyLevel & orig);
38 
40  virtual ~DtSetNotifyLevel();
41 
43  static DtSetDataRequest* creator();
44 
46  virtual bool init();
47 
49  virtual const DtSetMessageType& type() const;
50 
53 
54  virtual void setNotifyLevel(DtNotifyLevelType notifyLevel);
55  virtual DtNotifyLevelType notifyLevel() const;
57 
60  virtual DtSetDataRequest * clone(const DtString & name,
61  DtReaderWriterRegistry * parentRegistry = 0) const;
62 
64  virtual DtString stringRep() const;
65 
67  virtual int netRepSize() const;
68 
70  virtual bool setFromNet(const char* contentBuffer,
71  unsigned contentSize);
72 
74  virtual bool setToNet();
75 
76 protected:
78 };

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)