VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setSonarDepthRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
16 
18 #include "vrfutil/rwReal.h"
19 
30 {
31 
32 public:
33 
36 
39  DtSetSonarDepthRequest(const DtString & writeName,
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
43  DtSetSonarDepthRequest(const DtString & writeName, const DtSetSonarDepthRequest &
44  orig, DtReaderWriterRegistry * parentRegistry = 0);
45 
48 
49  virtual ~DtSetSonarDepthRequest();
50 
52  virtual const DtSetMessageType& type() const;
53 
55  virtual DtSetDataRequest * clone(const DtString & name,
56  DtReaderWriterRegistry * parentRegistry = 0) const;
57 
59  virtual DtString stringRep() const;
60 
62  virtual DtReal depth() const;
63  virtual void setDepth(DtReal depth);
64 
65  virtual bool useEntityDepth() const;
66  virtual void setUseEntityDepth(bool useEntityDepth);
67 
70  virtual int netRepSize() const;
71 
73  virtual bool setFromNet(const char* contentBuffer,
74  unsigned contentSize);
75 
78  virtual bool setToNet();
79 
80  static DtSetDataRequest * creator();
81 
82 protected:
83 
86 
87 };
88 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)