MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
legacyLoggerControl
legacyHlcDec.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1997 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrControlDecoder_H_
7
#define DtLgcyLgrControlDecoder_H_
8
9
#if DtHLA
10
11
#include "
legacyLoggerControlDefines.h
"
12
#include <vl/interDecoder.h>
13
14
class
DtLgcyLgrControlInteraction
;
15
19
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrControlDecoder
:
public
DtInteractionDecoder
20
{
21
public
:
22
24
DtLgcyLgrControlDecoder
(
DtExerciseConn
* conn, DtInterClassDesc* clsDsc );
25
27
virtual
~
DtLgcyLgrControlDecoder
();
28
30
DtLgcyLgrControlDecoder
(
const
DtLgcyLgrControlDecoder
& src );
31
33
DtLgcyLgrControlDecoder
& operator=(
const
DtLgcyLgrControlDecoder
& src );
34
35
protected
:
36
38
static
void
decodeLgrControlPdu(
DtLgcyLgrControlInteraction
* inter,
39
const
RTI::ParameterHandleValuePairSet& params,
int
pairSetIndex );
40
};
41
42
#endif
43
#endif
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)