## tk\_ostream\_noisy\_t ### 概述 ![image](images/tk_ostream_noisy_t_0.png) 在输出流中注入错误,方便进行可靠性测试。 ---------------------------------- ### 函数

| 函数名称 | 说明 | | -------- | ------------ | | tk\_ostream\_noisy\_create | 创建ostream对象。 | ### 属性

| 属性名称 | 类型 | 说明 | | -------- | ----- | ------------ | | error\_count | uint32\_t | 注入的错误数。 | | error\_level | uint32\_t | error level. | | write\_count | uint32\_t | 写入的次数。 | #### tk\_ostream\_noisy\_create 函数 ----------------------- * 函数功能: >

创建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对象。 | #### error\_count 属性 ----------------------- >

注入的错误数。 * 类型:uint32\_t #### error\_level 属性 ----------------------- >

error level. * 类型:uint32\_t #### write\_count 属性 ----------------------- >

写入的次数。 * 类型:uint32\_t