MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcPlayFile.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 "lcPdu.h"
12 #include <vlutil/vlFilename.h>
13 
18 {
19 public:
20 
22  DtLgrPbFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
23 
25  DtLgrPbFilePdu( const DtNetLgrControlPdu* initial,
26  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
27 
29  DtLgrPbFilePdu( const DtEntityIdentifier& sender,
30  const DtEntityIdentifier& receiver, const char* name,
31  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
32 
34  virtual ~DtLgrPbFilePdu();
35 
37  DtLgrPbFilePdu( const DtLgrPbFilePdu& src );
38 
41 
43  virtual const char* filename() const;
44  virtual void setFilename( const char* path );
45 
47  virtual DtLgrStringParams* params() const;
48 
50  virtual void printData() const;
51 
52 private:
54  DtFilename myFilename;
55 };
56 

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)