generalTime provider needs API to supply userTag
Bug #1736911 reported by
Bruce Hill
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
New
|
Wishlist
|
Unassigned |
Bug Description
I noticed when reviewing Marty's recent pull request for pvDatabaseCPP that his patch was needed because it relies on the generalTime provider which doesn't support userTags.
https:/
A generalTime provider that supports userTags will be needed for any facilities which set their userTag using a pulseId from the timing stream.
I'm thinking the current API could stay as is, but a new set of API functions could be added that would support both an epicsTimeStamp and a userTag. Tnen an eventUserTagPro
To post a comment you must log in.
My $0.02 is to add a member to struct epicsTimeStamp rather than add a whole new API.