共6条
1/1 1 跳转至页
vxworks入门疑问
4楼
STATUS 其实是int, vxworks里面重新定义了一些类型, 是为了理解方便.
FUNCPTR 就是函数指针了, 应该就是 (void *)了
很多朋友都问过这种问题:
vxWorks.h
/* storage class specifier definitions */
#define FAST register
#define IMPORT extern
#define LOCAL static
vxTypesOld.h
typedef int (*FUNCPTR) (); /* ptr to function returning int */
typedef void (*VOIDFUNCPTR) (); /* ptr to function returning void */
typedef double (*DBLFUNCPTR) (); /* ptr to function returning double*/
typedef float (*FLTFUNCPTR) (); /* ptr to function returning float */
共6条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |