VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setZoomSensorRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/rwReal.h"
13 #include "vrfutil/rwString.h"
14 
15 
16 
31 {
32 
33 public:
34 
37 
40  DtSetZoomSensorRequest(const DtString & writeName,
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
44  DtSetZoomSensorRequest(const DtString & writeName, const DtSetZoomSensorRequest &
45  orig, DtReaderWriterRegistry * parentRegistry = 0);
46 
49 
50  virtual ~DtSetZoomSensorRequest();
51 
53  virtual const DtSetMessageType& type() const;
54 
56  virtual DtSetDataRequest * clone(const DtString & name,
57  DtReaderWriterRegistry * parentRegistry = 0) const;
58 
60  virtual DtString stringRep() const;
61 
63  virtual double zoomLevel() const;
64  virtual void setZoomLevel(double factor);
65 
67  virtual const DtString& sensorFieldOfViewId() const;
68  virtual void setSensorFieldOfViewId(const DtString& id);
69 
72  virtual int netRepSize() const;
73 
75  virtual bool setFromNet(const char* contentBuffer,
76  unsigned contentSize);
77 
80  virtual bool setToNet();
81 
82  static DtSetDataRequest * creator();
83 
84 protected:
85 
88 
89 };

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)