Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocking behaviour of code in tight loops #626

Open
CronusElectronics opened this issue May 16, 2023 · 0 comments
Open

Blocking behaviour of code in tight loops #626

CronusElectronics opened this issue May 16, 2023 · 0 comments

Comments

@CronusElectronics
Copy link

The blocking nature of the code around the message reading is not welcome in tight control loops.
e.g.
bool VescUart::getVescValues(uint8_t canId)
Sends the get values command then calls receiveUartMessage which waits for a response before returning.

As the response messages are atomic can we just treat the getVescValue function as a request then have a processRX function that handles the response(s)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant