VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sensorState.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2015 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrfGuiCore/vrfGuiCore.h>
13 
15 
18 #include <vrvCore/DtEntityState.h>
19 #include <vrvCore/DtStateView.h>
20 #include <vrvCore/DtSimState.h>
21 
22 #include <matrix/vlTaitBryan.h>
23 #include <matrix/vlVector.h>
24 
25 #include <string>
26 
27 namespace makVrv
28 {
29  class DtMessage;
30 }
31 
32 namespace makVrf
33 {
34 
40  {
41  public:
42 
44  {
47  //CustomPattern,
48  ComplexConic
49  };
50 
51  public:
52 
55 
57  virtual ~DtSensorSimState();
58 
59  bool operator == ( const DtSensorSimState& rhs ) const;
60 
61  bool operator != ( const DtSensorSimState& rhs ) const
62  {
63  return !( *this == rhs );
64  }
65 
66  public:
67 
70 
72  DtTaitBryan relativeOrientation;
75  DtU16 sensorId;
77  std::string targetedEntity;
78 
80 
83 
86 
88 
91 
94 
96 
99 
102 
104 
107 
110 
112 
113  };
114 
115 
118  const DtSensorSimState& state );
119 
122  DtSensorSimState& state );
123 
124 
127 
130 
133 
134 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)