VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
timeAndDateDecoderHLA.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/hlaStateDecoder.h>
15 
17 
21 class DT_DLL_VL DtTimeAndDateDecoder : public DtHlaStateDecoder
22 {
23 public:
26  DtExerciseConn* exConn,
27  DtObjClassDesc* classDesc);
28 
30  virtual ~DtTimeAndDateDecoder();
31 
34 
36  DtTimeAndDateDecoder& operator=(const DtTimeAndDateDecoder& orig);
37 
38 public:
40  static DtHlaStateDecoder* create(
41  DtExerciseConn* exConn,
42  DtObjClassDesc* classDesc);
43 
44 protected:
45 
47  static void decodeDateAndTimeOfDay(
49  const RTI::AttributeHandleValuePairSet& attrs,
50  int pairSetIndex);
51 
53  static void decodeTimeOfDayAdvancementSpeed(
55  const RTI::AttributeHandleValuePairSet& attrs,
56  int pairSetIndex);
57 
59  static void decodeSunPositionLockedToObserver(
61  const RTI::AttributeHandleValuePairSet& attrs,
62  int pairSetIndex);
63 
64 };
65 
66 
67 
68 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtTimeAndDateDecoder decode data from TimeAndDate PDUs to update a DtTimeAndDateStateRep...
Definition: timeAndDateDecoderDIS.h:25
Instances of DtTimeAndDateStateRepository are used to store state data for MAK_TimeAndDate objects...
Definition: timeAndDateStateRepository.h:26
This file contains the declaration of DtHlaStateDecoder.

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)