VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
metocDecoderDIS.h
Go to the documentation of this file.
1 /*********************************************************************
2  **This file was generated by MAK Technologies' VR-Link Code Generator.
3  **dobjDecHeader.tlt
4  *********************************************************************/
5 
10 
11 #pragma once
12 
13 #if DtDIS
14 
15 #include <vl/stateDecoder.h>
16 
17 
18 
19 
21 class DtMetocPdu;
22 
26 class DT_DLL_VL DtMetocDecoder : public DtStateDecoder
27 {
28 public:
29 
31  DtMetocDecoder(DtExerciseConn *conn);
32 
34  virtual ~DtMetocDecoder();
35 
37  DtMetocDecoder(const DtMetocDecoder& orig);
38 
40  DtMetocDecoder& operator=(const DtMetocDecoder& orig);
41 
42  DtCLONE_DECODER(DtMetocDecoder)
43 
44 
45 public:
46 
48  virtual void decode(const DtMetocPdu& pdu,
49  DtWeatherStateRepository* stateRep);
50 
52  virtual bool isFinalPdu(unsigned short version);
53 
54 
55 };
56 
57 
58 
59 #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
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)