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
packets
designateP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef _DESIGNATEP_H_
7
#define _DESIGNATEP_H_ 1
8
12
13
#include <
vlpi/netStructs.h
>
14
#include "
pduHeader.h
"
15
16
17
18
typedef
struct
DtNetDesignatorPdu
19
{
20
DtNetPduHeader
header
;
21
DtNetEntityIdentifier
designatingEntityId
;
22
DtNetU16
codeName
;
23
DtNetEntityIdentifier
designatedEntityId
;
24
DtNetU16
designatorCode
;
25
DtNetFloat32
designatorPower
;
26
DtNetFloat32
designatorWavelength
;
27
DtNetEntityCoordinates
designatorSpotOffset
;
28
DtNetWorldCoordinates
designatorSpotLocation
;
29
DtNetU8
deadReckonAlgorithm
;
30
DtNetU8
pad8
;
31
DtNetU16
pad16
;
32
DtNetLinearVelocity
linearAcceleration
;
33
}
DtNetDesignatorPdu
;
34
35
36
#endif
/* _DESIGNATEP_H_ */
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
)