what is the use of #pragma ordered statement? Topic is solved

If you have a simple question and just want an answer.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

what is the use of #pragma ordered statement?

Post by sethu_jangala »



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

If #pragma orderd is used, Selects can also be ordered so that priority is given based on the order of the case statements. This allows code to take a decision over which to execute first when multiple events occur at the same time.