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
legacyLcPlay.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrPlayPdu_H_
7
#define DtLgcyLgrPlayPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
13
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrPlayPdu
:
public
DtLgcyLgrControlPdu
14
{
15
public
:
16
18
DtLgcyLgrPlayPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
19
21
DtLgcyLgrPlayPdu
(
const
DtNetLgcyLgrControlPdu
* initial,
22
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23
25
DtLgcyLgrPlayPdu
( DtGlobalObjectDesignator& sender,
26
DtGlobalObjectDesignator& receiver,
27
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
28
30
virtual
~
DtLgcyLgrPlayPdu
();
31
33
DtLgcyLgrPlayPdu
(
const
DtLgcyLgrPlayPdu
& src );
34
36
DtLgcyLgrPlayPdu
&
operator=
(
const
DtLgcyLgrPlayPdu
& src );
37
};
38
39
#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
)