VR-Forces 4.1.1 Class Documentation
setSpotReportingRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
16 #include "vrftasks/setDataReq.h"
17 #include "vrfutil/rwBoolean.h"
18 #include <vlpi/NetStructs.h>
19 
20 
21 
25 {
26  DtNetBoolean mySpotReportingOn;
28 };
29 
36 {
37 
38 public:
39 
42 
45  DtSetSpotReportingRequest(const DtString & writeName,
46  DtReaderWriterRegistry * parentRegistry = 0);
47 
50  orig, DtReaderWriterRegistry * parentRegistry = 0);
51 
54 
55  virtual ~DtSetSpotReportingRequest();
56 
58  virtual const DtSetMessageType& type() const;
59 
61  virtual DtSetDataRequest * clone(const DtString & name,
62  DtReaderWriterRegistry * parentRegistry = 0) const;
63 
65  virtual DtString stringRep() const;
66 
71  virtual bool spotReporting() const;
72  virtual void setSpotReporting(bool spot);
74 
80  virtual bool globalEnabledOverridingLocal() const;
81  virtual void setGlobalEnabledOverridingLocal(bool globalOverride);
83 
86  virtual int netRepSize() const;
87 
89  virtual bool setFromNet(const char* contentBuffer,
90  unsigned contentSize);
91 
94  virtual bool setToNet();
95 
96  static DtSetDataRequest * creator();
97 
98 protected:
99 
102 };
103 

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)