MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hlaMessageIOInfo.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 hlaMessageIOInfo_H_
11 #define hlaMessageIOInfo_H_
12 
13 #if DtHLA
14 
15 #include <lgrSim/lgrSim.h>
16 #include <lgrCore/messageIoInfo.h>
18 
19 #include <list>
20 
21 namespace MAKLogger
22 {
23  class DtBaseFomDesc;
24 
26  {
27  public:
28 
32 
33 
34  virtual ~DtLgrHlaMessageIOInfo();
35 
37 
38  virtual DtBaseFomDesc& fom();
39  virtual const DtBaseFomDesc& fom() const;
41 
43  virtual void setFom(const DtBaseFomDesc& fom);
44 
46  virtual DtMessageIOInfo::IO_Type ioType() const;
47 
49  virtual DtString protocol() const;
50 
52  virtual bool dataCompatible(const DtMessageIOInfo* info) const;
53 
54  protected:
55 
58  };
59 
60 }
61 
62 #endif
63 #endif

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)