VR-Forces 4.1.1 Class Documentation
setDesig.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 
18 #include "vrftasks/setDataReq.h"
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)