icp.h

来自「一套Orbacus4.X下有关Corba的学习例程」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef _ICP_H#define _ICP_Hextern "C" {    int ICP_online(unsigned long id);   // Add device    int ICP_offline(unsigned long id);  // Remove device    int ICP_get(                        // Get attribute            unsigned long   id,            const char *    attr,            void *          value,            size_t          len        );    int ICP_set(                        // Set attribute            unsigned long   id,             const char *    attr,            const void *    value        );}#endif /* _ICP_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?