MAK Data Logger API Documentation for DIS
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.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 Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)