Skip to content

Priority assignment for the components #913

Discussion options

You must be logged in to vote

You set can set the priority of any activity component when you start it:

rateGroup1Comp.start(0, 120,10 * 1024)
void start(NATIVE_INT_TYPE identifier, NATIVE_INT_TYPE priority, NATIVE_INT_TYPE stackSize, NATIVE_INT_TYPE cpuAffinity = -1);

I believe that the lower the priority number the lower the task priority.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LeStarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants