MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hlaMessageIOInfo.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 #ifndef hlaMessageIOInfo_H_
11 #define hlaMessageIOInfo_H_
12 
13 #if DtHLA
14 
15 #include <lgrSim/lgrSim.h>
16 #include <lgrCore/messageIoInfo.h>
18 
19 #include <list>
20 
21 namespace MAKLogger
22 {
23  class DtBaseFomDesc;
24 
25  class DT_DLL_LGRSIM DtLgrHlaMessageIOInfo : public DtMessageIOInfo
26  {
27  public:
28 
31  DT_VIRTUAL_CTR(DtLgrHlaMessageIOInfo,(DtMessageIOInfo::IO_Type ioType,DtBaseFomDesc* fom))
32 
33 
34  virtual ~DtLgrHlaMessageIOInfo();
35 
37  virtual DtBaseFomDesc& fom();
39  virtual const DtBaseFomDesc& fom() const;
41 
43  virtual void setFom(const DtBaseFomDesc& fom);
44 
46  virtual DtMessageIOInfo::IO_Type ioType() const;
47 
49  virtual DtString protocol() const;
50 
52  virtual bool dataCompatible(const DtMessageIOInfo* info) const;
53 
54  protected:
55 
56  DtMessageIOInfo::IO_Type myIoType;
57  DtBaseFomDesc* myFom;
58  };
59 
60 }
61 
62 #endif
63 #endif
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
IO_Type
Definition: messageIoInfo.h:24
Contains MAKLogger::DtMessageIOInfo class.

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)