lcPlayFile.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 
00017 class DT_DLL_LOGGERCONTROL DtLgrPbFilePdu : public DtLgrControlPdu
00018 {
00019 public:
00020 
00022    DtLgrPbFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00023 
00025    DtLgrPbFilePdu( const DtNetLgrControlPdu* initial,
00026       DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00027 
00029    DtLgrPbFilePdu( const DtEntityIdentifier& sender,
00030       const DtEntityIdentifier& receiver, const char* name,
00031       DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
00032 
00034    virtual ~DtLgrPbFilePdu();
00035 
00037    DtLgrPbFilePdu( const DtLgrPbFilePdu& src );
00038 
00040    DtLgrPbFilePdu& operator=( const DtLgrPbFilePdu& src );
00041 
00043    virtual const char* filename() const;
00044    virtual void setFilename( const char* path );
00045 
00047    virtual DtLgrStringParams* params() const;
00048 
00050    virtual void printData() const;
00051 
00052 private:
00054    DtFilename myFilename;
00055 };
00056 

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)