ylfcommon.h
来自「七号信令解码器」· C头文件 代码 · 共 26 行
H
26 行
// ylfCommon.h: interface for the ylfCommon class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_YLFCOMMON_H__58A44E1A_4F54_408A_9B43_77258691344B__INCLUDED_)
#define AFX_YLFCOMMON_H__58A44E1A_4F54_408A_9B43_77258691344B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class ylfCommon
{
public:
static void GetRecasueString(BYTE code, char *msg, int len);
static void BuildColumns(CListCtrl& ListCtrl,int nCols, int * nWidth, CString * strCol,int* nFmt=NULL);
public:
static bool GetMsgBAddr(BYTE* buf,char* addr,int len);
ylfCommon();
virtual ~ylfCommon();
};
#endif // !defined(AFX_YLFCOMMON_H__58A44E1A_4F54_408A_9B43_77258691344B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?