⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ip.h

📁 lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译
💻 H
字号:
#if !defined(AFX_IP_H__3BD965F0_A72E_491A_ABAD_EAF6B76921C9__INCLUDED_)
#define AFX_IP_H__3BD965F0_A72E_491A_ABAD_EAF6B76921C9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IP.h : header file
//
#include <afxdlgs.h>
#include "resource.h"
#include "ConfigGen.h"
////////////////////////////////////////////////////////////////////////////
// IP dialog

class IP : public CPropertyPage
{
	DECLARE_DYNCREATE(IP)

// Construction
public:
	IP();
	~IP();
	
	void InitDefaultIPSettings();
	void PopulateIPSettings();
	bool StoreIPHeaderData(ConfigHeaderStruct *cfg_header_struct);
	bool LoadIPHeaderData(ConfigHeaderStruct *cfg_header_struct);


// Dialog Data
	//{{AFX_DATA(IP)
	enum { IDD = IDD_PROPPAGE_IP };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(IP)
	public:
	virtual void OnCancel();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(IP)
	afx_msg void OnCheckIpForward();
	afx_msg void OnCheckIpOptions();
	afx_msg void OnCheckIpFrag();
	afx_msg void OnCheckReassembly();
	afx_msg void OnCheckIpMulnetwork();
	afx_msg void OnKillfocusEditNoNetworks();
	afx_msg void OnChangeEditNoNetworks();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()


	bool m_ip_forward;
	bool m_ip_options;
	bool m_ip_fragmentation;
	bool m_ip_reassembly;

	bool m_multiple_networks;
	int  m_num_networks;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_IP_H__3BD965F0_A72E_491A_ABAD_EAF6B76921C9__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -