MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legacyLcEofAction.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrEofActionPdu_H_
7 #define DtLgcyLgrEofActionPdu_H_
8 
9 #include "legacyLcPdu.h"
10 
15 {
16 public:
17 
19  DtLgcyLgrEofActionPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20 
23  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24 
26  DtLgcyLgrEofActionPdu( DtGlobalObjectDesignator& sender,
27  DtGlobalObjectDesignator& receiver, DtLgcyLgrMode mode,
28  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29 
31  virtual ~DtLgcyLgrEofActionPdu();
32 
35 
38 
40  virtual DtLgcyLgrMode action() const;
41  virtual void setAction( DtLgcyLgrMode cmd );
42 
44  virtual DtLgcyLgrIntParams* params() const;
45 
46 private:
49 };
50 
51 #endif
Definition: legacyLgrControlP.h:58
#define DT_DLL_LGCYLGRCNTRL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: legacyLoggerControlDefines.h:31
Instances of DtLgcyLgrControlPdu are a family of messages used to control a remote instance of the MA...
Definition: legacyLcPdu.h:108
DtLgcyLgrMode myAction
Parameter.
Definition: legacyLcEofAction.h:48
DtLgcyLgrMode
Definition: legacyLcPdu.h:25
DtLgcyLgrControlPdu & operator=(const DtLgcyLgrControlPdu &src)
assignment operator
Instances of DtLgcyLgrEofActionPdu are to tell a remote logger that it should pause, wrap, or stop at the end of playback.
Definition: legacyLcEofAction.h:14
Definition: legacyLgrControlP.h:37

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)