VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
timeAndDateP.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 1992-2025 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
6 #pragma once
7 
8 #if DtDIS
9 
10 #include <vl/packets/pduHeader.h>
11 #include <vlpi/netStructs.h>
12 
19 
22 
23 struct DtNetTimeAndDatePdu
24 {
27  DtNetPduHeader myHeader;
28 
29  // Simple Attributes - A list of all attributes of Simple Type
30  DtNetU16 myVersion;
31  DtNetEntityIdentifier mySimulationIdentifier;
32  DtNetClockTime myTimeAndDate;
33  DtNetFloat64 myTimeOfDayAdvancementSpeed;
34  DtNetBoolean mySunPositionLockedToObserver;
35  // Attributes which have cardinality greater than 1
36 
37 };
38 
39 
40 
41 #endif
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
Definition: pduHeader.h:14
Definition: netStructs.h:635
DtNetU8 DtNetBoolean
Unsigned network-order 8-bit value for storage of boolean data.
Definition: vlNetTypes.h:39
Network-order 64-bit IEEE-754 floating-point quantity.
Definition: vlNetTypes.h:174
Definition: netStructs.h:116

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)