VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simanP4.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef _SIMANP4_H_
7 #define _SIMANP4_H_ 1
8 
9 
10 #include <vlpi/netStructs.h>
11 #include "pduHeader.h"
12 #include "dataP.h" /* for fix datum and var datum */
13 
14 /* ---------------------- simulation management ---------------------- */
15 
16 typedef struct DtNetCreateEntityPdu
17 {
23 
25 
26 typedef struct DtNetStartResumePdu
27 {
35 
36 typedef struct DtNetStopFreezePdu
37 {
42  DtNetU8 reason; /* DtStopReason */
47 
48 typedef struct DtNetAcknowledgePdu
49 {
53  DtNetU16 acknowledge; /* DtAcknowledgeFlag */
54  DtNetU16 response; /* DtResponseFlag */
57 
58 typedef struct DtNetActionRequestPdu
59 {
67 /* DtNetFixDatum fix[nfix] */
68 /* DtNetVarDatum var[nvar] */
70 
71 typedef struct DtNetActionResponsePdu
72 {
80 /* DtNetFixDatum fix[nfix] */
81 /* DtNetVarDatum var[nvar] */
83 
84 typedef struct DtNetEventReportPdu
85 {
93 /* DtNetFixDatum fix[nfix] */
94 /* DtNetVarDatum var[nvar] */
96 
97 typedef struct DtNetCommentPdu
98 {
102  DtNetU32 nfix; /* was padding pre-VERS 5 */
104 /* DtNetVarDatum var[nvar] */
106 
107 typedef struct DtNetSimanPduHeader
108 {
113 
114 
115 #endif /* _SIMANP_H_ */
116 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)