作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在从事一个包含 openPowerlink 协议(protocol)栈 (https://sourceforge.net/projects/openpowerlink/) 的项目
堆栈作为 Linux 内核模块或用户空间库出现。出于性能目的,我必须使用内核模块。
用户应用程序中有一个用于访问内核模块的抽象层,但该抽象层并未封装在某种库中。
他们使用 cmake 作为跨平台构建系统,构建演示应用程序和内核模块工作得非常顺利,但我不明白如何在我自己的应用程序中使用这些东西。
我已经看到演示应用程序(包括抽象层)仅使用堆栈的一些文件,但我不知道如何设置 Eclipse 项目。
最佳答案
我最终弄清楚了您需要哪些源文件和头文件:
源文件:
EplApiLinuxUser.c
EplDebug.c (optional)
头文件:
Debug.h
EplAmi.h
EplApiLinux.h
EplCfg.h
EplCfm.h
EplDef.h
EplErrDef.h
EplEvent.h
EplFrame.h
Epl.h
EplInc.h
EplInstDef.h
EplLed.h
EplNmt.h
EplObd.h
EplPdo.h
EplSdoAc.h
EplSdo.h
EplSection-default.h
EplTarget.h
EplVersion.h
ftraceDebug.h
global.h
关于c - Eclipse 项目中的 openPowerlink,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19830657/
我正在从事一个包含 openPowerlink 协议(protocol)栈 (https://sourceforge.net/projects/openpowerlink/) 的项目 堆栈作为 Lin
我是一名优秀的程序员,十分优秀!