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
Use a form of windowing to speed up application of configuration settings for void return calls. This will be a non default option on the device constructor arguments:
A change in the SoapyRPCUnpacker with a shared state object will allow the unpacker to implement the windowed logic. The unpacker can decide to ack previous calls that were void 1) when the window length is reached, or 2) the call is a non-void return and we need the result:
Use a form of windowing to speed up application of configuration settings for void return calls. This will be a non default option on the device constructor arguments:
A void return call is implemented like so:
Changes
A change in the SoapyRPCUnpacker with a shared state object will allow the unpacker to implement the windowed logic. The unpacker can decide to ack previous calls that were void 1) when the window length is reached, or 2) the call is a non-void return and we need the result:
Tasks
The text was updated successfully, but these errors were encountered: