You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a timeout for API blocking calls (mainly wait_for_data and take_next, but also open and close, and to a lesser degree is_open) would increase the real time capabilities of GNSS Interface. This would entail:
Having an intermediate class for handling the timers
Using Asio asynchronous timers functionality
Tests
Documentation
The text was updated successfully, but these errors were encountered:
Having a timeout for API blocking calls (mainly
wait_for_data
andtake_next
, but alsoopen
andclose
, and to a lesser degreeis_open
) would increase the real time capabilities of GNSS Interface. This would entail:The text was updated successfully, but these errors were encountered: