VR-Forces 4.5 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"
14 
22 {
23 
24 public:
25 
28 
31  DtSetEngagementReportingRequest(const DtString & writeName,
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
36  orig, DtReaderWriterRegistry * parentRegistry = 0);
37 
40 
42 
44  virtual const DtSetMessageType& type() const;
45 
47  virtual DtSetDataRequest * clone(const DtString & name,
48  DtReaderWriterRegistry * parentRegistry = 0) const;
49 
51  virtual DtString stringRep() const;
52 
57  virtual bool engagementReporting() const;
58  virtual void setEngagementReporting(bool engagement);
60 
66  virtual bool globalEnabledOverridingLocal() const;
67  virtual void setGlobalEnabledOverridingLocal(bool globalOverride);
69 
70  virtual const std::vector<DtUUID>& engagementReportingReceivers() const;
71  virtual void setEngagementReportingReceivers(const std::vector<DtUUID>& receivers);
72 
73  virtual bool useGlobalReceivers() const;
74  virtual void setUseGlobalReceivers(bool useGlobal);
75 
78  virtual int netRepSize() const;
79 
81  virtual bool setFromNet(const char* contentBuffer,
82  unsigned contentSize);
83 
86  virtual bool setToNet();
87 
88  static DtSetDataRequest * creator();
89 
90 protected:
91 
96 };
97 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)