VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setEngagementReportingRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/rwBoolean.h"
13 
21 {
22 
23 public:
24 
27 
30  DtSetEngagementReportingRequest(const DtString & writeName,
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
35  orig, DtReaderWriterRegistry * parentRegistry = 0);
36 
39 
41 
43  virtual const DtSetMessageType& type() const;
44 
46  virtual DtSetDataRequest * clone(const DtString & name,
47  DtReaderWriterRegistry * parentRegistry = 0) const;
48 
50  virtual DtString stringRep() const;
51 
56  virtual bool engagementReporting() const;
57  virtual void setEngagementReporting(bool engagement);
59 
65  virtual bool globalEnabledOverridingLocal() const;
66  virtual void setGlobalEnabledOverridingLocal(bool globalOverride);
68 
69  virtual const std::vector<DtString>& engagementReportingReceivers() const;
70  virtual void setEngagementReportingReceivers(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 
95 };
96 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)