VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
packets
collisionP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef _COLLISIONP_H_
7
#define _COLLISIONP_H_ 1
8
12
13
#include <
vlpi/NetStructs.h
>
14
#include <
vl/eventId.h
>
15
#include "
pduHeader.h
"
16
17
/* per Document IST-CR-93-15 Section 5.4.4.3.1 */
18
typedef
struct
DtNetCollisionPdu
19
{
20
DtNetPduHeader
DtHeader
;
21
DtNetEntityIdentifier
DtIssueId
;
22
DtNetEntityIdentifier
DtCollideId
;
23
DtNetEventId
DtEvent
;
24
DtNetU8
collisionType
;
/* padding before VERS 5 */
25
DtNetU8
unused_8
;
26
DtNetLinearVelocity
DtVelocity
;
27
DtNetFloat32
DtMass
;
28
DtNetEntityCoordinates
DtLocation
;
29
}
DtNetCollisionPdu
;
30
31
#endif
/* _COLLISIONP_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
)