VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfExtObjects
rectangularPyramidEncoderDIS.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 DtDIS
13
14
#include <
vrfExtObjects/dllExport.h
>
15
#include <
vrfExtObjects/rectangularPyramidPduDIS.h
>
16
#include <
vrfExtObjects/sensorFieldOfViewEncoderDIS.h
>
17
18
class
DtRectangularPyramidStateRepository
;
19
24
class
DT_DLL_vrfExtObjects
DtRectangularPyramidEncoder
:
public
DtSensorFieldOfViewEncoder
25
{
26
public
:
27
29
DtRectangularPyramidEncoder
();
30
32
DtRectangularPyramidEncoder
(
const
DtRectangularPyramidEncoder
& orig);
33
35
virtual
~
DtRectangularPyramidEncoder
();
36
38
DtRectangularPyramidEncoder
&
operator=
(
const
DtRectangularPyramidEncoder
& orig);
39
43
virtual
DtRectangularPyramidPdu
*
stateMsg
(
44
const
DtRectangularPyramidStateRepository
& stateRep,
45
const
DtRectangularPyramidStateRepository
& asSeenByRemote);
46
47
DtCLONE_ENCODER
(
DtRectangularPyramidEncoder
);
48
49
protected
:
50
51
virtual
bool
sendNeeded
(
52
const
DtRectangularPyramidStateRepository
& stateRep,
53
const
DtRectangularPyramidStateRepository
& asSeenByRemote);
54
55
virtual
void
fillOut
(
56
const
DtRectangularPyramidStateRepository
& stateRep,
57
const
DtRectangularPyramidStateRepository
& asSeenByRemote,
58
DtRectangularPyramidPdu
* pdu);
59
60
protected
:
61
DtRectangularPyramidPdu
myPdu
;
62
63
};
64
65
#endif // DtDIS
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)