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
legacyLoggerControl
legacyHlcEnc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1997 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrControlEncoder_H_
7
#define DtLgcyLgrControlEncoder_H_
8
9
#if DtHLA
10
11
#include "
legacyLoggerControlDefines.h
"
12
#include <vl/interEncoder.h>
13
14
class
DtLgcyLgrControlInteraction
;
15
19
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrControlEncoder
:
public
DtInteractionEncoder
20
{
21
public
:
22
24
DtLgcyLgrControlEncoder
(
DtExerciseConn
* conn, DtInterClassDesc* clsDsc);
25
27
virtual
~
DtLgcyLgrControlEncoder
();
28
30
DtLgcyLgrControlEncoder
(
const
DtLgcyLgrControlEncoder
& orig);
31
33
DtLgcyLgrControlEncoder
& operator=(
const
DtLgcyLgrControlEncoder
& orig);
34
35
protected
:
36
38
static
void
encodeLgrControlPdu(
const
DtLgcyLgrControlInteraction
& inter,
39
RTI::ParameterHandleValuePairSet* params,
40
RTI::ParameterHandle paramHandle );
41
};
42
43
#endif
44
#endif
Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (
www.mak.com
)