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

📄 locmsgdef.h

📁 用VC编写的设备通讯程序,里面有很多规约,自己下载
💻 H
字号:
//**************************************************************************
//
//
//**************************************************************************
//
//  Filename   :  Msghdler.h
//
//  Subsystem  :
//
//  Description:  Protocol message handlers.
//
//**************************************************************************

#ifndef __MSGHDLER_H__
#define __MSGHDLER_H__

// protocol handle function definition
//
/*
 * sync time message format:
 *     <T>HHMMSSDDMMYYYY<A><F>HHMMSSFFFF<B>
 */
#define  MSGBUFLEN		29
#define  SFMSGBUFLEN	9

static char msgbuf[32];

//	RTU I/O module and point table for sync time device
//	===================================================
//	AI			0		(32)

#define AINORMSLOT		0
#define PNTPERCARD		32

// GPS device type
#define TIMERWSTYPE 	540
#define TIMESFSTYPE 	541

#endif	/* __MSGHDLER_H__ */

⌨️ 快捷键说明

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