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 {
32 };
33 
35 {
38 };
39 
41 {
49 };
50 
52 {
62 };
63 
64 #if DtDIS
65 
66 struct DtNetUnderwaterAcousticPdu
67 {
68  DtNetPduHeader myHeader;
69  DtNetEntityIdentifier myEmittingEntityID;
70  DtNetEventId myEventID;
71  DtNetU8 myStateChangeUpdate;
72  DtNetU8 padding;
73  DtNetU16 myPassiveParameterIndex;
74  DtNetU8 myPropulsionPlantConfig;
75  DtNetU8 myNumShafts;
76  DtNetU8 myNumAdditionalPassiveAct;
77  DtNetU8 myNumEmitterSystems;
78 };
79 
80 #endif

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)