VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfExtObjects
netRectangularPyramidPduDIS.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#if DtDIS
9
10
#include <vlpi/netStructs.h>
11
#include "
netSensorFieldOfViewPduDIS.h
"
12
#include <
vrfExtObjects/vrfExtObjectsDefines.h
>
13
14
15
19
struct
DtNetRectangularPyramidPdu
20
{
23
DtNetSensorFieldOfViewPdu
myHeader
;
24
25
// Simple Attributes - A list of all attributes of Simple Type
26
DtNetFloat64
myXHalfAngle
;
27
DtNetFloat64
myYHalfAngle
;
28
29
// Attributes which have cardinality greater than 1
30
31
};
32
33
34
35
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)