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
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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)