MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcStateFlag.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "lcPdu.h"
12 
17 {
18 public:
19 
21  DtLgrStateFlagPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22 
25  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
26 
28  DtLgrStateFlagPdu( const DtEntityIdentifier& sender,
29  const DtEntityIdentifier& receiver, DtLgrCtrlFlagStates tglFlag,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31 
33  virtual ~DtLgrStateFlagPdu();
34 
37 
40 
42  virtual DtLgrCtrlFlagStates flag() const;
43  virtual void setFlag( DtLgrCtrlFlagStates );
44 
46  virtual DtLgrIntParams* params() const;
47 };
48 
Definition: lgrControlP.h:61
DtLgrCtrlFlagStates
Controlling runtime-settable flags and options of the Logger.
Definition: lcPdu.h:110
DtLgrControlPdu & operator=(const DtLgrControlPdu &src)
assignment operator
Instances of DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:139
Instances of DtLgrStateFlagPdu are used to tell a remote logger that it should toggle one of its inte...
Definition: lcStateFlag.h:16
Contains DtLgrControlPdu.
Definition: lgrControlP.h:40
#define DT_DLL_LOGGERCONTROL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: loggerControlDefines.h:31

Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)