MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrDisMessageIoInfo.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 lgrDisMessageIoInfo_H_
11 #define lgrDisMessageIoInfo_H_
12 
13 #if DtDIS
14 
15 #include <lgrSim/lgrSim.h>
16 #include <lgrCore/messageIoInfo.h>
18 
19 namespace MAKLogger
20 {
21 
25  {
26  public:
27 
29  DT_VIRTUAL_CTR(DtLgrDisMessageIOInfo,(IO_Type type, int version))
30 
31  virtual ~DtLgrDisMessageIOInfo();
32 
34 
35  virtual IO_Type ioType() const;
37 
39  virtual DtString protocol() const;
41 
43  virtual int version() const;
44 
46  virtual bool dataCompatible(const DtMessageIOInfo* info) const;
47 
48  protected:
50  IO_Type myType;
51  int myVersion;
52  };
53 
54 }
55 
56 #endif
57 #endif
IO_Type myType
Dis version being sent.
Definition: lgrDisMessageIoInfo.h:50
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
int myVersion
Definition: lgrDisMessageIoInfo.h:51
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
A message IO info object stores information about a specific message input or output stage...
Definition: messageIoInfo.h:21
Responsible for providing info about the DIS input/output.
Definition: lgrDisMessageIoInfo.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)