VR-Link API Documentation for HLA Evolved
designateP.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef _DESIGNATEP_H_
00007 #define _DESIGNATEP_H_ 1
00008  
00012 
00013 #include <vlpi/NetStructs.h>
00014 #include "pduHeader.h"
00015 
00016 
00017 
00018 typedef struct DtNetDesignatorPdu
00019 {
00020     DtNetPduHeader      header;
00021     DtNetEntityIdentifier  designatingEntityId;
00022     DtNetU16              codeName;
00023     DtNetEntityIdentifier  designatedEntityId;
00024     DtNetU16         designatorCode;
00025     DtNetFloat32     designatorPower;
00026     DtNetFloat32     designatorWavelength;
00027     DtNetEntityCoordinates designatorSpotOffset;  
00028     DtNetWorldCoordinates  designatorSpotLocation;
00029     DtNetU8       deadReckonAlgorithm;
00030     DtNetU8       pad8;
00031     DtNetU16         pad16;
00032     DtNetLinearVelocity    linearAcceleration;
00033 } DtNetDesignatorPdu;
00034 
00035 
00036 #endif /* _DESIGNATEP_H_ */

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)