VR-Link API Documentation for HLA 1.3
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
troposphereLayerEncoderDIS.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2023 MAK Technologies, Inc
3
** All rights reserved.
4
*********************************************************************/
5
10
11
#pragma once
12
13
#if DtDIS
14
15
#include <
vl/metocPdu.h
>
16
#include <
vl/metocEncoderDIS.h
>
17
18
19
20
class
DtTroposphereLayerStateRepository
;
21
22
27
class
DT_DLL_VL
DtTroposphereLayerEncoder
:
public
DtMetocEncoder
28
{
29
public
:
30
32
DtTroposphereLayerEncoder
();
33
35
virtual
~
DtTroposphereLayerEncoder
();
36
38
DtTroposphereLayerEncoder
(
const
DtTroposphereLayerEncoder
& orig);
39
41
DtTroposphereLayerEncoder
& operator=(
const
DtTroposphereLayerEncoder
& orig);
42
43
DtCLONE_ENCODER(
DtTroposphereLayerEncoder
)
44
45
public:
46
50
virtual DtMetocPdu* stateMsg(
51
const
DtTroposphereLayerStateRepository
& stateRep,
52
const
DtTroposphereLayerStateRepository
& asSeenByRemote);
53
54
protected:
55
56
virtual
bool
sendNeeded(
57
const
DtTroposphereLayerStateRepository
& stateRep,
58
const
DtTroposphereLayerStateRepository
& asSeenByRemote);
59
60
virtual
void
fillOut(
61
const
DtTroposphereLayerStateRepository
& stateRep,
62
const
DtTroposphereLayerStateRepository
& asSeenByRemote,
63
DtMetocPdu* pdu);
64
65
};
66
67
68
69
#endif
DT_DLL_VL
#define DT_DLL_VL
Definition:
vlMachineTypes.h:108
DtTroposphereLayerStateRepository
Instances of DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition:
troposphereLayerStateRepository.h:31
metocPdu.h
Contains the DtMetocPdu class declaration.
DtTroposphereLayerEncoder
Instances of DtTroposphereLayerEncoder encode data from DtTroposphereLayerStateRepository objects to ...
Definition:
troposphereLayerEncoderHLA.h:24
metocEncoderDIS.h
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
)