MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legacyLcPlayFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrPbFilePdu_H_
7 #define DtLgcyLgrPbFilePdu_H_
8 
9 #include "legacyLcPdu.h"
10 #include <vlutil/vlFilename.h>
11 
16 {
17 public:
18 
20  DtLgcyLgrPbFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
21 
24  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
25 
27  DtLgcyLgrPbFilePdu( DtGlobalObjectDesignator& sender,
28  DtGlobalObjectDesignator& receiver, const char* name,
29  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
30 
32  virtual ~DtLgcyLgrPbFilePdu();
33 
36 
39 
41  virtual const char* filename() const;
42  virtual void setFilename( const char* path );
43 
45  virtual DtLgcyLgrStringParams* params() const;
46 
48  virtual void printData() const;
49 
50 private:
52  DtFilename myFilename;
53 };
54 
55 #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
Definition: legacyLgrControlP.h:18
virtual void printData() const
Print contents.
DtFilename myFilename
Parameter.
Definition: legacyLcPlayFile.h:52
DtLgcyLgrControlPdu & operator=(const DtLgcyLgrControlPdu &src)
assignment operator
Instances of DtLgcyLgrPbFilePdu are used for switching to play-mode and defining which file to read f...
Definition: legacyLcPlayFile.h:15

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)