MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSim
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.h
"
16
#include "
messageIoInfo.h
"
17
#include "
virtualConstructor.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 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)