Advertisement

EPICS IOC多核运行与测试

阅读量:

一、编译安装方法

1. 编译环境的搭建
(1)Linux 操作系统
(2)EPICS BASE 3.15(3.15.1 或更高版本)
(MCoreUtils 中调用了一些仅在 EPICS BASE 3.15 及其后续版本中提供的函数,例如 epicsThreadHookAdd() 函数)

2. 安装包的获取方式
https://github.com/epics-modules/MCoreUtils

3. mcoreutils 库的编译与安装过程

复制代码
    tar -zxvf MCoreUtils-1.2.2.tar.gz /home/dongxw/modules/MCoreUtils-1.2.2
    cd /home/dongxw/modules/MCoreUtils-1.2.2
    make
    
    
      
      
      
    

二、使用方法

用户手册:http://epics-modules.github.io/MCoreUtils/index.html

1. 在IOC系统中集成MCoreUtils模块
(1)于< path to IOC >/configure/RELEASE文件内,增加MCoreUtils的路径配置:

全部评论 (0)

还没有任何评论哟~