MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrSim
hlaProtocolRegistration.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 hlaProtocolRegistration_H_
11
#define hlaProtocolRegistration_H_
12
13
#if DtHLA
14
15
#include <
lgrSim/lgrSim.h
>
16
#include <
lgrCore/lgrProtocolRegistration.h
>
17
18
namespace
MAKLogger
19
{
20
23
class
DT_DLL_LGRSIM
DtHlaProtocolRegistration
:
public
DtLgrProtocolRegistration
24
{
25
public
:
26
DtHlaProtocolRegistration
(
DtLogger
& logger);
27
virtual
~
DtHlaProtocolRegistration
();
28
};
29
30
}
31
32
#endif
33
#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
)