Troubleshooting
Problem
When you perform component testing for C to the function with a pointer-to-pointer parameter using IBM Rational Test RealTime, the C source code parser - attolstartC declares the pointer-to-pointer parameter incorrectly in the generated PTU test script.
Symptom
For example with the function below,
int add (int a, int **b)
{
......
}
the declaration part in the PTU looks like
**********************************************************
-- Tested service parameters declarations
#int a;
#int b;
-- By function returned type declaration
#int ret_add;
**********************************************************
where declaration of "#int b" is incorrect.
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21462085