VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dataP4.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef _DATAP4_H_
7 #define _DATAP4_H_ 1
8 
12 
13 
14 /* ---------------------- set/get data ---------------------- */
15 
16 #include <vlpi/netStructs.h>
17 #include "pduHeader.h"
18 
19 /* per Document IST-CD-93-15 Section 5.4.5.9 */
20 typedef struct DtNetDataQueryPdu
21 {
29 /* DtNetU32 fixID[nfix]; */
30 /* DtNetU32 varID[nvar]; */
32 
33 typedef struct DT_DLL_VL
34 {
37  DtNetU32 datumId[1];
39 
40 typedef struct DT_DLL_VL /* per Document IST-CD-93-15 Section 5.4.5.1.2 */
41 {
45 
46 typedef struct DT_DLL_VL /* per Document IST-CD-93-15 Section 5.4.5.1.3 */
47 {
49  DtNetU32 len; /* bits */
50  DtNet64Bits val[1 /* len/64 */ ];
52 
53 typedef struct DT_DLL_VL
54 {
57  DtNetFixDatum data[1];
59 
60 /* per Document IST-CD-93-15 Section 5.4.5.10 and Section 5.4.5.11 */
61 typedef struct DT_DLL_VL DtNetDataPdu
62 {
70 /* DtNetFixDatum fix[nfix]; */
71 /* DtNetVarDatum var[nvar]; */
72 } DtNetDataPdu;
73 
75 
76 #endif /* _DATAP_H_ */

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)