MAK Data Logger API Documentation for HLA
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

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)