#if !defined(AFX_RESEAUXCAN_H__356781D7_9788_4B94_ADBF_EFC1E1D3076F__INCLUDED_) #define AFX_RESEAUXCAN_H__356781D7_9788_4B94_ADBF_EFC1E1D3076F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ReseauxCAN.h : header file // #include "ConfigurationID.h" #include "ConfigurationCAN.h" #include "InterfaceCAN.h" ///////////////////////////////////////////////////////////////////////////// // CReseauxCAN form view #ifndef __AFXEXT_H__ #include #endif class CReseauxCAN : public CFormView//, public CConfigurationCAN { public: CReseauxCAN(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CReseauxCAN) // Form Data public: //{{AFX_DATA(CReseauxCAN) enum { IDD = IDD_ReseauxCAN }; CString m_test; //}}AFX_DATA int test; // Attributes private: CString strText; CConfigurationID m_configID; CListCtrl m_ListCAN; CConfigurationCAN m_ClassConfigurationCan; HANDLE hCanal; short cr; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CReseauxCAN) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void OnInitialUpdate(); //}}AFX_VIRTUAL // Implementation protected: virtual ~CReseauxCAN(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CReseauxCAN) afx_msg void OnButtonconfigID(); afx_msg void OnButtondemarrer(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RESEAUXCAN_H__356781D7_9788_4B94_ADBF_EFC1E1D3076F__INCLUDED_)