Chinaunix首页 | 论坛 | 博客
  • 博客访问: 566262
  • 博文数量: 493
  • 博客积分: 2891
  • 博客等级: 少校
  • 技术积分: 4960
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-17 17:11
文章分类

全部博文(493)

文章存档

2010年(493)

hpi

分类:

2010-04-12 10:32:23

typedef struct
{
  int                  m_id;
  const cMarshalType **m_request;
  const cMarshalType **m_reply; // the first param is the result
  unsigned int         m_request_len;
  unsigned int         m_reply_len;
} cHpiMarshal;
#define dHpiMarshalEntry(name) \
{                              \
  eF ## name,                  \
  name ## In,                  \
  name ## Out,                 \
  0, 0                         \
}
static cHpiMarshal hpi_marshal[] =
{
  dHpiMarshalEntry( saHpiVersionGet ),
  dHpiMarshalEntry( saHpiSessionOpen ),
  dHpiMarshalEntry( saHpiSessionClose ),
  dHpiMarshalEntry( saHpiDiscover ),
  dHpiMarshalEntry( saHpiDomainInfoGet ),
....
};
阅读(272) | 评论(0) | 转发(0) |
0

上一篇:hpi

下一篇:glib

给主人留下些什么吧!~~