![]() |
VR-Link API Documentation for HLA 1516
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00007 #ifndef relLocP_h_ 00008 #define relLocP_h_ 00009 00010 #include <vlpi/NetStructs.h> 00011 #include "pduHeader.h" 00012 00014 00015 typedef struct DtNetRelativeLocationPdu 00016 { 00017 DtNetPduHeader myHeader; 00018 DtNetEntityIdentifier myId; 00019 DtNetEntityIdentifier myHostId; 00020 DtNetU8 myRelativeAlgorithm; 00021 DtNetU16 padding; 00022 DtNet64Vector myRelativeLocation; 00023 DtNet32Vector myRelativeVelocity; 00024 DtNet32Vector myRelativeAcceleration; 00025 DtNetEulerAngles myRelativeOrientation; 00026 DtNet32Vector myRelativeRotationalVelocity; 00027 DtNetU16 myNature; 00028 DtNetU16 myPartPosition; 00029 DtNetU16 myStationName; 00030 DtNetU16 myStationNumber; 00031 } DtNetRelativeLocationPdu; 00032 00033 #endif 00034