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
…ion-example' into 'main'
Resolve "[documentation] Add link to schema docs in configuration example"
Closes#251
See merge request syntron/support/csr/ifm3d/ifm3d!379
…ion-example' into 'main'
Resolve "[documentation] Add link to schema docs in configuration example"
Closes#251
See merge request syntron/support/csr/ifm3d/ifm3d!379
Test coverage on the PCICClient module needs improvement.
Some ideas for enhanced coverage are below. This is not intended to be a test specification but some ideas to get the ball rolling.
ifm3d::PCICClient::Impl::Call
which prevents concurrent PCIC transactions to the device. With and without response. (could have caught [PCICClient] Mutex guarding overlappedCall
is mistakenly released by a wait on condition_variable #244)std::condition_variable
s must be waited with predicate #243, [PCICClient]Call
overload with timeout has misleading timeout semantics and can block #245)Call
from within the results callback) -- not sure we want to support this, but nothing is stopping it and it's untested.The text was updated successfully, but these errors were encountered: