VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
undwaAcP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #pragma once
8 
9 #include <vlpi/netStructs.h>
10 #include <vlpi/entityIdentifier.h>
11 #include <vl/eventId.h>
12 
13 #if DtDIS
14 #include "pduHeader.h"
15 #endif
16 
19 
21 {
25 };
26 
28 {
31 };
32 
34 {
42 };
43 
45 {
55 };
56 
57 #if DtDIS
58 
59 struct DtNetUnderwaterAcousticPdu
60 {
61  DtNetPduHeader myHeader;
62  DtNetEntityIdentifier myEmittingEntityID;
63  DtNetEventId myEventID;
64  DtNetU8 myStateChangeUpdate;
65  DtNetU8 padding;
66  DtNetU16 myPassiveParameterIndex;
67  DtNetU8 myPropulsionPlantConfig;
68  DtNetU8 myNumShafts;
69  DtNetU8 myNumAdditionalPassiveAct;
70  DtNetU8 myNumEmitterSystems;
71 };
72 
73 #endif

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)