Epics strings are views of char's. These match rather to PyBytes Objects.
Thus the user is expected to handle PyBytes Object (for Python3) and
handle any string to byte conversion.
src/pywrapper: extending multitype to vector of strings
handling vectors of strings
src/pydev_waveform.cpp : handling string arrays
and debug strings (to be removed)
Work in progress
Epics strings are views of char's. These match rather to PyBytes Objects. Thus the user is expected to handle PyBytes Object (for Python3) and handle any string to byte conversion.
src/pywrapper: extending multitype to vector of strings handling vectors of strings
src/pydev_waveform.cpp : handling string arrays and debug strings (to be removed)
pydevtest.db: first usage of functionality