VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
netnStateDecoderFactory.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2023 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #pragma once
8 
9 
10 #ifndef DtNetnStateDecoderFactory_H_
11 #define DtNetnStateDecoderFactory_H_
12 
13 #if DtHLA
14 
15 #include "stateDecoderFactory.h"
17 
18 
21 class DT_DLL_VL DtNetnStateDecoderFactory : public DtRprStateDecoderFactory
22 {
23 public:
24 
26  DtNetnStateDecoderFactory(DtExerciseConn* exConn);
27 
29  virtual ~DtNetnStateDecoderFactory();
30 
31 protected:
33  DtNetnStateDecoderFactory(const DtNetnStateDecoderFactory& orig);
34 
36  DtNetnStateDecoderFactory& operator=(const DtNetnStateDecoderFactory& orig);
37 
38 protected:
39  bool myDecodeError;
40 };
41 
42 #endif
43 #endif
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtStateDecoderFactory.

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)