VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
leOrientationError.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: leOriError.h,v $ $Revision: 1.1 $
7 ** $State: Exp $
8 *********************************************************************/
9 
10 #ifndef DtLeOrientationError_H_
11 #define DtLeOrientationError_H_
12 
16 
17 #if DtDIS
18 
19 #include <vlutil/vlMachineTypes.h>
20 #include <vlpi/disEnums.h>
21 
22 #include "packets/leTspiP.h"
23 
28 
30 {
31 
32 public:
33 
37 
39  DtLeOrientationError& operator=(
40  const DtLeOrientationError& orig);
41  DtLeOrientationError& operator=(
42  const DtNetLeOrientationError& orig);
43 
45  virtual ~DtLeOrientationError();
46 
48  virtual void setAzimuthError(DtU16 value);
49  virtual DtU16 azimuthError() const;
50 
52  virtual void setElevationError(DtU16 value);
53  virtual DtU16 elevationError() const;
54 
56  virtual void setRotationError(DtU16 value);
57  virtual DtU16 rotationError() const;
58 
60  virtual void print() const;
61 
63  virtual void printDataToStream(std::ostream& stream) const;
64 
66  virtual void unloadNetRecord(
67  const DtNetLeOrientationError& record);
68  virtual void loadNetRecord(
69  DtNetLeOrientationError& record) const;
70 
71 
72 protected:
73 
78 
79 };
80 
81 #endif
82 #endif
83 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)