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

merge changes in upstream branch #1

Merged
merged 54 commits into from
Jun 29, 2020

Conversation

noboruatkek
Copy link
Owner

No description provided.

MarkRivers and others added 30 commits May 8, 2020 11:42
autoConnectDevice() has a built-in protection that forces at least 2
seconds between connection attempts. However, with the current implementation
the timestamp is taken _before_ starting the connection, so if the connection
attempt takes about 2 seconds (or more) to timeout then that 2 second
'do-not-connect' window has already expired (or about to expire) by the
time connectAttempt() returns. Better to take the timestamp _after_
connectAttempt() returns.
asynUInt32DigitalClient::registerInterruptUser() should act
the same as the other data types' classes
MarkRivers and others added 24 commits June 9, 2020 15:22
…t static-debug build on Windows, not yet working
Take connect timestamp after connection attempt
Add asynPortDriver::createParams method to iterate asynParamSet paramDefinitions
  and call createParam on any entries.
@noboruatkek noboruatkek merged commit 6cea27d into noboruatkek:master Jun 29, 2020
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

Successfully merging this pull request may close these issues.

6 participants