MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
legacyLcDelFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrDelFilePdu_H_
7 #define DtLgcyLgrDelFilePdu_H_
8 
10 
11 #include "legacyLcPdu.h"
12 #include <vlutil/vlFilename.h>
13 
18 {
19 public:
20 
22  DtLgcyLgrDelFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23 
26  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
27 
29  DtLgcyLgrDelFilePdu( DtGlobalObjectDesignator& sender,
30  DtGlobalObjectDesignator& receiver, const char* name,
31  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32 
34  virtual ~DtLgcyLgrDelFilePdu();
35 
38 
41 
43  virtual const char* filename() const;
44  virtual void setFilename( const char* path );
45 
47  virtual DtLgcyLgrStringParams* params() const;
48 
50  virtual void printData() const;
51 
52 private:
54  DtFilename myFilename;
55 };
56 
57 #endif
DtFilename myFilename
Parameter.
Definition: legacyLcDelFile.h:54
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:106
Definition: legacyLgrControlP.h:18
virtual void printData() const
Print contents.
DtLgcyLgrControlPdu & operator=(const DtLgcyLgrControlPdu &src)
assignment operator
Instances of DtLgcyLgrDelFilePdu are used to tell a remote logger to delete a logger file...
Definition: legacyLcDelFile.h:17

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)