VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setTaskedBySuperiorRequest.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
14 
15 #pragma once
16 
18 
33 
36 {
37 public:
38 
41 
43  DtSetTaskedBySuperiorRequest(const DtString & writeName,
44  DtReaderWriterRegistry * parentRegistry = 0);
45 
48 
50  DtSetTaskedBySuperiorRequest(const DtString & writeName,
51  const DtSetTaskedBySuperiorRequest & orig,
52  DtReaderWriterRegistry * parentRegistry = 0);
53 
56  orig);
57 
59  virtual const DtSetMessageType& type() const;
60 
61  virtual DtSetDataRequest * clone(const DtString & name,
62  DtReaderWriterRegistry * parentRegistry) const;
63 
65  virtual DtString stringRep() const;
66 
69  virtual int netRepSize() const;
70 
72  virtual bool setFromNet(const char* contentBuffer,
73  unsigned contentSize);
74 
77  virtual bool setToNet();
78 
79  static DtSetDataRequest * creator();
80 };
81 
82 

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)