Hi
In my implementation of an MQX RTOS plug-in for Ozone, I'm wanting to order a table by the values in a 'Priority' column.
UM08025 suggests that this is achievable using Threads.setSortByNumber(), but I'm unable to get it to function as I'd expect.
I'm initialising the table as shown below:
But the sorting of the "Priority" column appears unaffected.
Have I misunderstood the purpose of Threads.setSortByNumber(), or am I doing something wrong?
I'm using Ozone V3.22a.
Thanks
David
In my implementation of an MQX RTOS plug-in for Ozone, I'm wanting to order a table by the values in a 'Priority' column.
UM08025 suggests that this is achievable using Threads.setSortByNumber(), but I'm unable to get it to function as I'd expect.
I'm initialising the table as shown below:
But the sorting of the "Priority" column appears unaffected.
Have I misunderstood the purpose of Threads.setSortByNumber(), or am I doing something wrong?
I'm using Ozone V3.22a.
Thanks
David