Hi,
Thanks for your feedback, and sorry for late reply.
OK, regarding te TDP list, I have found it, and what I need is not supported. It seems that the list has been updated long time ago, since many of common MCU or not supported (even if they are not recent). I will contact support for this point.
For the type, your solution is not working. The point is that it compiles well, with all defined types in the functions I need to test, but when I want to create a local test variable, there is only 1 or 2 user types defined while I have many more. (for example, we have defined a Tu8_Int as basic unsigned char, in a Common.h header file, and it is not seen in the window to create the variable.)
Moreover, in the screenshot case, we can see that the type SWST_TEP_MainStateP is available while in fact is it just a pointer to type (enum) SWST_TE_MainState that is declared just before in the same header file....
So I don't understand why,only 1 type of the header is available for adding a variable, while there is at least 10 types defined in the same file...
We can contact me directly if you want, so that I can show you with teams or else in case of need.
Thanks for you help, it is highly appreciated.
------------------------------
Damien COUTADEUR
------------------------------
Original Message:
Sent: Wed May 24, 2023 09:45 AM
From: Yanis Bensemmane
Subject: Rational test realtime TDP
Hi,
With the delivery of TestRealTime, you have list of TDPs which can be use as base ( <Installation folder>\tdpList.html).
The most important and tricky part of a TDP is the execution phase not the compilation. The main question is to know what I/O is available on your target to guide you to the best TDP for the customisation, if it exists.
I suggest to open a supportticket for this request.
For the question regarding the type, what type you are looking for?
Where it is defined?
The type listed come from the sources (sources and headers), visible in the project.
If the type come from another header file, you can add an include from the "Header Code" at the test_harness level or test_case level.

Regards,
Yanis
------------------------------
Yanis Bensemmane
------------------------------