函数名称 | 说明 |
---|---|
tk_ostream_noisy_create | 创建ostream对象。 |
属性名称 | 类型 | 说明 |
---|---|---|
error_count | uint32_t | 注入的错误数。 |
error_level | uint32_t | error level. |
write_count | uint32_t | 写入的次数。 |
- 函数功能:
创建ostream对象。
只能由iostream_noisy调用。
- 函数原型:
tk_ostream_t* tk_ostream_noisy_create (tk_ostream_t* real_ostream);
- 参数说明:
参数 | 类型 | 说明 |
---|---|---|
返回值 | tk_ostream_t* | 返回ostream对象。 |
real_ostream | tk_ostream_t* | 实际的ostream对象。 |
注入的错误数。
- 类型:uint32_t
error level.
- 类型:uint32_t
写入的次数。
- 类型:uint32_t