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
legacyLcStateFlag.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef DtLgcyLgrStateFlagPdu_H_
7
#define DtLgcyLgrStateFlagPdu_H_
8
9
#include "
legacyLcPdu.h
"
10
14
class
DT_DLL_LGCYLGRCNTRL
DtLgcyLgrStateFlagPdu
:
public
DtLgcyLgrControlPdu
15
{
16
public
:
17
19
DtLgcyLgrStateFlagPdu
( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20
22
DtLgcyLgrStateFlagPdu
(
const
DtNetLgcyLgrControlPdu
*,
23
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24
26
DtLgcyLgrStateFlagPdu
( DtGlobalObjectDesignator& sender,
27
DtGlobalObjectDesignator& receiver,
DtLgcyLgrCtrlFlagStates
tglFlag,
28
DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29
31
virtual
~
DtLgcyLgrStateFlagPdu
();
32
34
DtLgcyLgrStateFlagPdu
(
const
DtLgcyLgrStateFlagPdu
& );
35
37
DtLgcyLgrStateFlagPdu
&
operator=
(
const
DtLgcyLgrStateFlagPdu
& );
38
40
virtual
DtLgcyLgrCtrlFlagStates
flag()
const
;
41
virtual
void
setFlag(
DtLgcyLgrCtrlFlagStates
);
42
44
virtual
DtLgcyLgrIntParams
* params()
const
;
45
};
46
47
#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
)