产品 |
是否支持 |
---|---|
x |
|
√ |
|
x |
|
x |
|
x |
初始化框架资源,如节点、线程组等。
1 | uint32_t OpenHiva::Init(const int &argc, char **argv, const std::vector<ScheduleGroup> &schedGroupVec) |
参数名 |
输入/输出 |
说明 |
---|---|---|
argc |
输入 |
传入的参数个数。 |
argv |
输入 |
传入的字符串数组地址。 |
schedGroupVec |
输入 |
线程组,ScheduleGroup类型,详见OpenHiva::ScheduleGroup类型定义。 |
返回uint32_t类型,成功返回HIVA_SUCCESS,该值为0;其他值为失败。