VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
netMetocPdu.h
Go to the documentation of this file.
1 /*********************************************************************
2  **This file was generated by MAK Technologies' VR-Link Code Generator.
3  **netObjPduHeader.tlt
4  *********************************************************************/
5 
6 #pragma once
7 
8 #if DtDIS
9 
10 #include <vl/packets/pduHeader.h>
11 #include <vlutil/vlUuid.h>
12 #include <vlpi/netStructs.h>
13 
14 
15 
19 struct DtNetMetocPdu
20 {
23  DtNetPduHeader myHeader;
24 
25  // Simple Attributes - A list of all attributes of Simple Type
26  DtNetU16 myVersion;
27  DtNetEntityIdentifier myEntityId;
28  DtNetUuid myUniqueId;
29  DtNetFloat32 myTemperature;
30  DtNetWindStruct myWind;
31  DtNetPrecipitationStruct myPrecipitation;
32  DtNetHazeStruct myHaze;
33  DtNetFloat32 myHumidity;
34  DtNetFloat32 myBarometricPressure;
35  DtNetFloat32 myVisibilityRange;
36 
37  //Start of variant data
38  char* myGeoReferenceVariant;
39  //char paddingArray; pad to nearest boundary
40  //DtNetGeoReferenceVariant myGeoReference;
41 
42  // Attributes which have cardinality greater than 1
43 
44 };
45 
46 
47 
48 #endif
Definition: netStructs.h:327
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
Definition: pduHeader.h:14
Definition: netStructs.h:289
Definition: netStructs.h:309
Definition: netStructs.h:116
Network-order 32-bit IEEE-754 floating-point quantity.
Definition: vlNetTypes.h:148
Contains the DtVrlUuid class declaration/definition.
Definition: netStructs.h:228

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)