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-2010 VT MAK
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

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)