lcRecFile.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00009 #pragma once
00010 
00011 #include "lcPdu.h"
00012 #include <vlutil/vlFilename.h>
00013 
00018 class DT_DLL_LOGGERCONTROL DtLgrRecFilePdu : public DtLgrControlPdu
00019 {
00020 public:
00021 
00023    DtLgrRecFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00024 
00026    DtLgrRecFilePdu( const DtNetLgrControlPdu* initial,
00027       DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00028 
00030    DtLgrRecFilePdu( const DtEntityIdentifier& sender,
00031       const DtEntityIdentifier& receiver, const char* name,
00032       DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00033 
00035    virtual ~DtLgrRecFilePdu();
00036 
00038    DtLgrRecFilePdu( const DtLgrRecFilePdu& src );
00039 
00041    DtLgrRecFilePdu& operator=( const DtLgrRecFilePdu& src );
00042 
00044    virtual const char* filename() const;
00045    virtual void setFilename( const char* path );
00046 
00048    virtual DtLgrStringParams* params() const;
00049 
00051    virtual void printData() const;
00052 
00053 private:
00055    DtFilename myFilename;
00056 };
00057 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)