VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fireNowRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 
19 #include "vrfutil/rwString.h"
20 #include "vrfutil/rwVector.h"
21 #include <vlpi/netStructs.h>
22 
23 
25 {
27 };
28 
38 {
39 
40 public:
41 
44 
47  DtFireNowRequest(const DtString & writeName,
48  DtReaderWriterRegistry * parentRegistry = 0);
49 
51  DtFireNowRequest(const DtString & writeName, const DtFireNowRequest &
52  orig,DtReaderWriterRegistry * parentRegistry = 0);
53 
55  const DtFireNowRequest & operator=(const DtFireNowRequest & orig);
56 
57  virtual ~DtFireNowRequest();
58 
60  virtual const DtSetMessageType& type() const;
61 
63  virtual DtSetDataRequest * clone(const DtString & name, DtReaderWriterRegistry *
64  parentRegistry = 0) const;
65 
67  virtual DtString stringRep() const;
68 
70  virtual const DtString & target() const;
71  virtual void setTarget(const DtString & entity);
72 
75  virtual int netRepSize() const;
76 
78  virtual bool setFromNet(const char* contentBuffer,
79  unsigned contentSize);
80 
83  virtual bool setToNet();
84 
85  static DtSetDataRequest * create();
86 
87 protected:
88 
90 
91 };
92 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)