VR-Forces 4.2 Class Documentation
setSpotReportingRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 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 
24 
29 
31 {
32 public:
33 
36 
39  DtSetSpotReportingRequest(const DtString & writeName,
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
44  orig, DtReaderWriterRegistry * parentRegistry = 0);
45 
48 
49  virtual ~DtSetSpotReportingRequest();
50 
52  virtual const DtSetMessageType& type() const;
53 
55  virtual DtSetDataRequest * clone(const DtString & name,
56  DtReaderWriterRegistry * parentRegistry = 0) const;
57 
59  virtual DtString stringRep() const;
60 
65  virtual int spotReporting() const;
66  virtual void setSpotReporting(int spot);
68 
69  virtual const std::vector<DtString>& spotReportingReceivers() const;
70  virtual void setSpotReportingReceivers(const std::vector<DtString>& receivers);
71 
72  virtual bool useGlobalReceivers() const;
73  virtual void setUseGlobalReceivers(bool useGlobal);
74 
77  virtual int netRepSize() const;
78 
80  virtual bool setFromNet(const char* contentBuffer,
81  unsigned contentSize);
82 
85  virtual bool setToNet();
86 
87  static DtSetDataRequest * creator();
88 
89 protected:
90 
94 };
95 

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)