VR-Link API Documentation for HLA 1.3
 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-2023 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 
22 {
23 public:
26  DtExerciseConn* exConn,
27  DtObjClassDesc* classDesc);
28 
30  virtual ~DtTimeAndDateDecoder();
31 
34 
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: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
An instance of DtObjClassDesc is a &quot;class descriptor&quot; for an HLA Object class.
Definition: objClassDesc13.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
Instances of DtTimeAndDateDecoder are used to decode data from the network into DtTimeAndDateStateRep...
Definition: timeAndDateDecoderHLA.h:21
DtHlaStateDecoder & operator=(const DtHlaStateDecoder &orig)
assignment operator
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 Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)