VR-Link API Documentation for HLA 1.3
relLocP.h
Go to the documentation of this file.
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 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)