VR-Forces 4.1 Class Documentation
setArmed.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include "vrftasks/setDataReq.h"
18 #include "vrfutil/rwBoolean.h"
19 
26 {
27 
28 public:
29 
32 
35  DtSetArmedRequest(const DtString & writeName,
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
39  DtSetArmedRequest(const DtString & writeName, const DtSetArmedRequest &
40  orig, DtReaderWriterRegistry * parentRegistry = 0);
41 
43  const DtSetArmedRequest & operator=(const DtSetArmedRequest & orig);
44 
45  virtual ~DtSetArmedRequest();
46 
48  virtual const DtSetMessageType& type() const;
49 
51  virtual DtSetDataRequest * clone(const DtString & name,
52  DtReaderWriterRegistry * parentRegistry = 0) const;
53 
55  virtual DtString stringRep() const;
56 
57  virtual bool armed() const;
58  virtual void setArmed(bool armed);
59 
62  virtual int netRepSize() const;
63 
65  virtual bool setFromNet(const char* contentBuffer,
66  unsigned contentSize);
67 
70  virtual bool setToNet();
71 
72  static DtSetDataRequest * creator();
73 
74 protected:
75 
77 
78 };
79 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)