VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rectangularPyramidEncoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
16 
18 
24 {
25 public:
26 
28  static DtHlaStateEncoder* create(
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
34  DtExerciseConn* exConn,
35  DtObjClassDesc* classDesc);
36 
39 
41  virtual ~DtRectangularPyramidEncoder();
42 
45 
46 protected:
47 
50  static bool needXHalfAngle(
52  const DtRectangularPyramidStateRepository& asSeenByRemote);
53 
55  static void encodeXHalfAngle(
57  RTI::AttributeHandleValuePairSet* attrs,
58  RTI::AttributeHandle attrHandle);
59 
62  static bool needYHalfAngle(
64  const DtRectangularPyramidStateRepository& asSeenByRemote);
65 
67  static void encodeYHalfAngle(
69  RTI::AttributeHandleValuePairSet* attrs,
70  RTI::AttributeHandle attrHandle);
71 
72 };
73 
74 #endif // DtHLA
Instances of DtRectangularPyramidEncoder encode data from DtRectangularPyramidStateRepository objects...
Definition: rectangularPyramidEncoderDIS.h:24
Contains the DtSensorFieldOfViewEncoder class declaration.
Instances of DtSensorFieldOfViewEncoder encode data from DtSensorFieldOfViewStateRepository objects t...
Definition: sensorFieldOfViewEncoderDIS.h:23
DtSensorFieldOfViewEncoder & operator=(const DtSensorFieldOfViewEncoder &orig)
Assignment operator.
Instances of DtRectangularPyramidStateRepository are used to store state data for HLAobjectRoot...
Definition: rectangularPyramidStateRepository.h:20
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Function that creates a DtSensorFieldOfViewEncoder.
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)