MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcDelFile.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "loggerControlDefines.h"
12 
13 #include "lcPdu.h"
14 #include <vlutil/vlFilename.h>
15 
20 {
21 public:
22 
24  DtLgrDelFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
25 
27  DtLgrDelFilePdu( const DtNetLgrControlPdu* initial,
28  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
29 
31  DtLgrDelFilePdu( const DtEntityIdentifier& sender,
32  const DtEntityIdentifier& receiver, const char* name,
33  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
34 
36  virtual ~DtLgrDelFilePdu();
37 
39  DtLgrDelFilePdu( const DtLgrDelFilePdu& src );
40 
43 
45  virtual const char* filename() const;
46  virtual void setFilename( const char* path );
47 
49  virtual DtLgrStringParams* params() const;
50 
52  virtual void printData() const;
53 
54 private:
56  DtFilename myFilename;
57 };
58 
Instances of DtLgrDelFilePdu are used to tell a remote logger to delete a logger file.
Definition: lcDelFile.h:19
Definition: lgrControlP.h:61
DtFilename myFilename
Parameter.
Definition: lcDelFile.h:56
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
Contains DtLgrControlPdu.
Contains export defines for logger control toolkit.
Definition: lgrControlP.h:21
#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 Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)