Skip to content

Trigger the PV read function #13

Open
@NickeZ

Description

@NickeZ

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions