MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
messageIoInfo.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2024 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef messageIoInfo_H_
10 #define messageIoInfo_H_
11 
12 #include <lgrCore/lgrCore.h>
13 #include <vlutil/vlString.h>
14 
15 namespace MAKLogger
16 {
17 
22  {
23  public:
24  enum IO_Type
25  {
28  Memory
29  };
30 
33 
35  virtual ~DtMessageIOInfo();
36 
38  virtual IO_Type ioType() const = 0;
39 
41  virtual DtString protocol() const = 0;
42 
44  virtual bool dataCompatible(const DtMessageIOInfo* info) const;
45 
46  };
47 
48 }
49 
50 #endif
Definition: messageIoInfo.h:26
A message IO info object stores information about a specific message input or output stage...
Definition: messageIoInfo.h:21
#define DT_DLL_LGRCORE
Definition: lgrCore.h:19
IO_Type
Definition: messageIoInfo.h:24
Definition: messageIoInfo.h:27
Contains lgrCore library definitions.

Document ID: Generated on Fri May 31 15:45:35 EDT 2024 from SVN revision 266500
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)