VR-Link API Documentation for HLA 1516
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
attribStruct.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 MAK Technologies, Inc
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef attribStruct_h_
8
#define attribStruct_h_
9
13
14
#include <
vlpi/netStructs.h
>
15
16
typedef
struct
17
{
18
DtNetU32
id
;
19
DtNetU32
len
;
/* Bytes */
20
DtNet32Bits
val[1
/*len/4 */
];
21
}
DtNetAttribPair
;
22
23
#endif
24
DtNet32Bits
DtNetU8 DtNet32Bits[4]
Definition:
vlNetTypes.h:46
DtNetAttribPair::len
DtNetU32 len
Definition:
attribStruct.h:19
DtNetAttribPair
Definition:
attribStruct.h:16
netStructs.h
DtNetU32
Network-order unsigned 32-bit quantity.
Definition:
vlNetTypes.h:99
DtNetAttribPair::id
DtNetU32 id
Definition:
attribStruct.h:18
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
)