Go to the documentation of this file.00001
00002
00003
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