VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setEngagementResults.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
14 #include "vrfutil/rwReal.h"
15 #include "vrfutil/rwString.h"
16 
21 {
22 
23 public:
24 
27 
30  DtSetEngagementResults(const DtString & writeName,
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
34  DtSetEngagementResults(const DtString & writeName, const DtSetEngagementResults &
35  orig, DtReaderWriterRegistry * parentRegistry = 0);
36 
39 
40  virtual ~DtSetEngagementResults();
41 
43  virtual const DtSetMessageType& type() const;
44 
48  virtual void setEngagementResults(const DtString&);
49  virtual const DtString& engagementResults() const;
50 
54  virtual void setExpirationTime(double);
55  virtual double expirationTime() const;
56 
58  virtual DtSetDataRequest * clone(const DtString & name,
59  DtReaderWriterRegistry * parentRegistry = 0) const;
60 
62  virtual DtString stringRep() const;
63 
65  virtual int netRepSize() const;
66 
68  virtual bool setFromNet(const char* contentBuffer,
69  unsigned contentSize);
70 
73  virtual bool setToNet();
74 
75  static DtSetDataRequest * creator();
76 
77 protected:
80 };
81 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)