VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setDesignatorRequest.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 
17 
19 #include "vrfutil/rwInt.h"
20 #include <vlpi/netStructs.h>
21 
25 {
26  DtNetU16 myDesignator;
27 };
28 
36 {
37 
38 public:
39 
42 
45  DtSetDesignatorRequest(const DtString & writeName,
46  DtReaderWriterRegistry * parentRegistry = 0);
47 
49  DtSetDesignatorRequest(const DtString & writeName, const DtSetDesignatorRequest &
50  orig, DtReaderWriterRegistry * parentRegistry = 0);
51 
54 
55  virtual ~DtSetDesignatorRequest();
56 
58  virtual const DtSetMessageType& type() const;
59 
61  virtual DtSetDataRequest * clone(const DtString & name,
62  DtReaderWriterRegistry * parentRegistry = 0) const;
63 
65  virtual DtString stringRep() const;
66 
68  virtual int designator() const;
69  virtual void setDesignator(int designator);
70 
73  virtual int netRepSize() const;
74 
76  virtual bool setFromNet(const char* contentBuffer,
77  unsigned contentSize);
78 
81  virtual bool setToNet();
82 
83  static DtSetDataRequest * creator();
84 
85 protected:
86 
88 
89 };
90 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)