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
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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)