MAK Data Logger API Documentation for HLA
 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-2010 VT MAK
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 
24  class DT_DLL_LGRSIM DtLgrDisMessageIOInfo : public DtMessageIOInfo
25  {
26  public:
27 
29  DT_VIRTUAL_CTR(DtLgrDisMessageIOInfo,(IO_Type type, int version))
30 
31  virtual ~DtLgrDisMessageIOInfo();
32 
34 
35 
36  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

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)