VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
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
29
class
DT_DLL_VL
DtLeOrientationError
30
{
31
32
public
:
33
35
DtLeOrientationError
();
36
DtLeOrientationError
(
const
DtLeOrientationError
& orig);
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
75
DtU16
myAzimuthError
;
76
DtU16
myElevationError
;
77
DtU16
myRotationError
;
78
79
};
80
81
#endif
82
#endif
83
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)