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

Trigger the PV read function #13

Open
NickeZ opened this issue Jun 28, 2017 · 0 comments
Open

Trigger the PV read function #13

NickeZ opened this issue Jun 28, 2017 · 0 comments

Comments

@NickeZ
Copy link
Contributor

NickeZ commented Jun 28, 2017

Currently you need to call two functions to trigger a PV to read:

.read(&timespec, &tmp)
.push(timespec, tmp)

this could be simplified to an trigger function.

This is useful when you have a setter and a getter to some configuration parameter and you want the getter to actually get the value from the hardware after you set the value.

Bikeshed away, I'm not particulary happy about the name trigger.

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

No branches or pull requests

1 participant