51Testing软件测试论坛
标题:
请教C++ Test 对全局变量条件的设置?
[打印本页]
作者:
kasad
时间:
2007-7-11 14:50
标题:
请教C++ Test 对全局变量条件的设置?
函数体:
NU_HISR *TCC_Current_HISR_Pointer(VOID)
{
if ((TCD_Current_Thread) &&
(((TC_HCB *) TCD_Current_Thread) -> tc_id == TC_HISR_ID))
return((NU_HISR *) TCD_Current_Thread);
else
return(NU_NULL);
}
TestCase设置
[attach]29012[/attach]
TCD_Current_Thread是全局变量,
但没有对TCD_Current_Thread-> tc_id 的设置!
请问要怎么设置TCD_Current_Thread-> tc_id 才能执行 return((NU_HISR *) TCD_Current_Thread);
作者:
kasad
时间:
2007-7-12 10:54
自己顶一下
作者:
kasad
时间:
2007-7-13 17:40
没人会吗?
还是不能做这些的处理?
作者:
cwj007
时间:
2007-7-17 14:30
找个这个指针的原空间,直接赋值,不过小心是全局变量,改完成,记的改回来,找地址的方式不用我多说了吧,C书上多的是
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2