Hello,
Does anyone know of anyway to get a list of all 'registered' (i.e. created) tasks in RTX? I mean in code during runtime, of course.
(Note: I think it must be possible since uVision does it?)
Thanks in advance.
M
Thanks Tamir. I checked it out and it looks like the OS keeps 2 linked lists (read and delayed tasks in rt_list.c) I don't see any API to access these lists so I don't think I will use these directly.
Anyway, without a documented feature I think I will find another solution to my problem.
Thanks.