00001 /*************************************************************** 00002 * Name: AllChannelPanelImpl.h 00003 * Purpose: Defines for AllChannelPanelImpl class 00004 * Author: NDA (nicola.dellamico@ndatech.it) 00005 * Created: 2008-09-16 00006 * Copyright: CAEN S.p.A (www.caen.it) 00007 * License: 00008 **************************************************************/ 00009 #ifndef _ALLCHANNELPANELIMPL_H 00010 #define _ALLCHANNELPANELIMPL_H 00011 00012 #include "ChannelPanelImpl.h" 00013 #include "common.h" 00014 00015 class N1568DemoFrame; 00016 00017 class AllChannelPanelImpl : public ChannelPanelImpl { 00018 public: 00019 AllChannelPanelImpl( wxWindow* parent, N1568DemoFrame* p_main_frame); 00020 virtual ~AllChannelPanelImpl(); 00021 virtual void SetChannelId( int channel_id); 00022 protected: 00023 virtual void OnWriteClicked( wxCommandEvent& event ); 00024 virtual void OnReadClicked( wxCommandEvent& event ); 00025 00026 private: 00027 }; 00028 00029 #endif // _ALLCHANNELPANELIMPL_H
1.5.6