mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
搭建PVB架构,实现前端的基础布局、菜单、表格、图示等功能
This commit is contained in:
5
libs/pvb/include/rllib/setport.h
Normal file
5
libs/pvb/include/rllib/setport.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifdef unix
|
||||
int setPort(char *name, char *baud, char parity);
|
||||
#else
|
||||
HANDLE WINAPI setPort(char *name, char *baud, char parity);
|
||||
#endif
|
||||
Reference in New Issue
Block a user