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

Add support for b64flt, b64byt and b64srt #23

Merged
merged 1 commit into from
May 10, 2024

Conversation

rjwills28
Copy link
Contributor

As discussed in #21 currently only b64int and b64dbl arrays are supported. I have added support for float arrays, short arrays and byte arrays in PVWS sent as b64flt, b64srt and b64byt.
In addition, PVWS was automatically handling all byte arrays as strings meaning that clients did not receive the original char array. I have updated PVWS to handle these as byte arrays and send as such. It is then up to the client to format this as a string if that format option is set.

Addresses discussion in Issue ornl-epics#21 to support different array types.
@kasemir kasemir merged commit baa7cee into ornl-epics:main May 10, 2024
1 check passed
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.

2 participants