VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
packets
pduHeader.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
11
typedef
DtNetU8
DtNetExerciseId
;
12
typedef
DtNetU8
DtNetVersion
;
13
14
typedef
struct
DT_DLL_VL
DtNetPduHeader
/* per Document IST-CR-93-15 Section 5.3.15 */
15
{
16
DtNetVersion
version
;
17
DtNetExerciseId
DtExercise
;
18
DtNetU8
DtKind
;
19
DtNetU8
family
;
20
DtNetTimeStamp
DtTime
;
21
DtNetU16
DtLength
;
22
DtNetU8
pduStatus
;
23
DtNetU8
unused_8
;
24
}
DtNetPduHeader
;
25
26
typedef
DtNetPduHeader
DtPduHeader
;
27
typedef
DtNetPduHeader
DtNetPacket
;
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
)