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

📄 slaveactaris.h

📁 电力行业的DL645采集程序,嵌入式Linux环境
💻 H
字号:

/*****************************************************************************************
版权所有:   银骏科技
版本号:     2.00
文件名:     SLAVEACTARIS.H
生成日期:   2005.8.27
功能说明:   ACTARIS电能表程序头文件
其它说明:   
*****************************************************************************************/

#ifndef __SLAVEACTARIS_H
	#define __SLAVEACTARIS_H

#ifdef   ARM_SLAVEACTARIS_GLOBALS 
#define	ARM_SLAVEACTARIS_EXT
#else
#define	ARM_SLAVEACTARIS_EXT    extern
#endif


#define  SLAVEACTARIS_WAIT_OUT_100MS      20
#define  SLAVEACTARIS_BYTE_OUT_100MS      2

ARM_SLAVEACTARIS_EXT  int  InitEdmiCom(INT8U uart,int nSpeed,int nDataBits,char Parity,int nStopBit);
ARM_SLAVEACTARIS_EXT int  SlaveActarisReadData(MpComProperty *mpProperty,  INT16U id, INT8U *pbuf, INT16U bufsize, INT16U *psize);
	
#endif

⌨️ 快捷键说明

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