VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)