I'm trying to understand the difference between how SWI priorities are defined in CCS 3.1 and CCS 5.2.1.
In CCS 3.1 there is a .cdb file with two properties: param pri and param order that seem to relate to SWI priority.
In CCS 5.2.1 there is a .tcf file with one property, priority, that seems associated with a SWI priority. (There is no "order" property).
What is the difference in these two cases?
I'm trying to manually ensure the SWI priorities from the 5.2.1 project are the same as the 3.1 project but I'm not sure which fields to compare.
Are there any reference documents you can recommend?