MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrCore
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
21
class
DT_DLL_LGRCORE
DtMessageIOInfo
22
{
23
public
:
24
enum
IO_Type
25
{
26
File
,
27
Network
,
28
Memory
29
};
30
32
DtMessageIOInfo
();
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 Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)