MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legacyLcRecFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrRecFilePdu_H_
7 #define DtLgcyLgrRecFilePdu_H_
8 
9 #include "legacyLcPdu.h"
10 #include <vlutil/vlFilename.h>
11 
17 {
18 public:
19 
21  DtLgcyLgrRecFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22 
25  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
26 
28  DtLgcyLgrRecFilePdu( DtGlobalObjectDesignator& sender,
29  DtGlobalObjectDesignator& receiver, const char* name,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31 
33  virtual ~DtLgcyLgrRecFilePdu();
34 
37 
40 
42  virtual const char* filename() const;
43  virtual void setFilename( const char* path );
44 
46  virtual DtLgcyLgrStringParams* params() const;
47 
49  virtual void printData() const;
50 
51 private:
53  DtFilename myFilename;
54 };
55 
56 #endif
Instances of DtLgcyLgrRecFilePdu are used to switch a remote logger to recording-mode and to set the ...
Definition: legacyLcRecFile.h:16
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
DtFilename myFilename
Parameter.
Definition: legacyLcRecFile.h:53
virtual void printData() const
Print contents.
DtLgcyLgrControlPdu & operator=(const DtLgcyLgrControlPdu &src)
assignment operator

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)