MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
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.h
"
16
#include "
messageIoInfo.h
"
17
#include "
virtualConstructor.h
"
18
19
#include <list>
20
21
namespace
MAKLogger
22
{
23
class
DtBaseFomDesc;
24
25
class
DT_DLL_LGRSIM
DtLgrHlaMessageIOInfo :
public
DtMessageIOInfo
26
{
27
public
:
28
31
DT_VIRTUAL_CTR
(DtLgrHlaMessageIOInfo,(
DtMessageIOInfo::IO_Type
ioType,DtBaseFomDesc* fom))
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
56
DtMessageIOInfo::IO_Type
myIoType;
57
DtBaseFomDesc* myFom;
58
};
59
60
}
61
62
#endif
63
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)