lgrDisDataViewSet.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00008 
00009 #if DtDIS
00010 
00011 #ifndef lgrDisDataViewSet_H_
00012 #define lgrDisDataViewSet_H_
00013 
00014 #include "lgrSim.h"
00015 #include <lgrDataViewSet.h>
00016 
00017 namespace MAKLogger
00018 {
00019 
00022    class DT_DLL_LGRSIM DtLgrDisDataViewSet : public DtLgrDataViewSet
00023    {
00024    public:
00025 
00026       DT_VIRTUAL_BASE_CTR(DtLgrDataViewSet,())
00027       DT_VIRTUAL_CTR(DtLgrDisDataViewSet,())
00028 
00029       virtual ~DtLgrDisDataViewSet();
00030 
00033       virtual void addPacketData(const DtPacket& packet);
00034 
00035    };
00036 }
00037 
00038 #endif
00039 #endif

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)