VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
packets
attributeP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#include <
vlpi/netStructs.h
>
13
#include <
vl/packets/transmitterP.h
>
14
#include <
vl/packets/standardVariableRecordP.h
>
15
#include <
vl/eventId.h
>
16
#include "
pduHeader.h
"
17
18
typedef
struct
DtNetAttributePdu
19
{
20
DtNetPduHeader
myHeader
;
21
DtNetFederateId
myOriginatingSimulationAddress
;
22
DtNetU32
myPadding_32
;
23
DtNetU16
myPadding_16
;
24
DtNetU8
myAttributeRecordPDUType
;
25
DtNetU8
myAttributeRecordProtocolVersion
;
26
DtNetU32
myMasterAttributeRecordType
;
27
DtNetU8
myActionCode
;
28
DtNetU8
myPadding_8
;
29
DtNetU16
myNumberOfRecordSets
;
30
// DtNetAttributeRecordSet attributeRecordSets[]
31
}
DtNetAttributePdu
;
32
33
typedef
struct
DtNetAttributeRecordSet
34
{
35
DtNetEntityIdentifier
myEntityObjectId
;
36
DtNetU16
myNumberOfAttributeRecords
;
37
// DtNetStandardVariableRecord attributeRecords[]
38
}
DtNetAttributeRecordSet
;
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)