AttrRegister
功能说明
泛型属性注册接口。
函数原型
1 | void AttrRegister(const char_t *name, const AttrValue &attr_value); |
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
name |
输入 |
属性名。 |
attr_value |
输入 |
属性取值。 |
返回值说明
graphStatus类型:成功,返回GRAPH_SUCCESS,否则,返回GRAPH_FAILED。
异常处理
无
约束说明
无。
父主题: Operator