-
Notifications
You must be signed in to change notification settings - Fork 22
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
pvget and pvmonitor need more output options #194
Comments
@anjohnson @drm-slac I am interested in looking into this issue. Are we looking for changes from the output of the client API? Does anyone have an idea of a good starting point to make the output more numerically formatted? Or if we can come up with a list of tasks that would make it easier to address the issue. Or maybe we can add a check and set wrapper which identifies which format we should be using. |
I just read the epics tech-talk thread, and was able to find the pvtools source code here: https://github.com/epics-base/pvAccessCPP/tree/master/pvtoolsSrc On Line 333 of pvget.cpp, what does "T-types format mode" mean? I believe Line 334 has the variable which stores the output formatting. |
If you look at the |
IIRC those options were present in an earlier version of the pvtools programs, which were reimplemented from scratch and without all of the options previously supported. The deprecations were added at that time because it wasn't obvious how useful they all were in practice, and it would have taken time to reimplement them all that the developers could better spend on other work. I think the original behavior of some of those options would have been modeled on the catools programs I have no idea whether those old sources from the eget repo will still build or run, but it't not worth trying to fix them. I would want the command
If you want to work on these I would recommend looking through and picking those options that might be the most useful and discussing them here before you spend much time trying to implement them. |
Output options for pvget and pvmonitor aren't as mature as caget/camonitor, including numeric formatting and more.
This comes from a Tech-talk message on 2024-Mar-06.
The text was updated successfully, but these errors were encountered: