1 Star 0 Fork 1

pengrui_2009/tdcmsg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
upport_485_module.h 276 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengrui_2009 提交于 2018-12-06 19:09 +08:00 . 1.modify some feature.
#ifndef _UPPORT_485_MODULE_H_
#define _UPPORT_485_MODULE_H_
class upport_485_module : pulbic BASE
{
public:
int initmodel(int argc, char **argv);
int initdata(void);
int initmsg(void);
int msghandle(message_t *msg);
} ;
#endif/* _UPPORT_485_MODULE_H_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/pengrui2009/tdcmsg.git
git@gitee.com:pengrui2009/tdcmsg.git
pengrui2009
tdcmsg
tdcmsg
master

搜索帮助