ornl-epics / pvws

PV Web Socket: Channel Access, PV Access, simulated PVs, ... via a ws://
BSD 3-Clause "New" or "Revised" License
21 stars 15 forks source link

Add vtype to metadata of string PVs #25

Closed wanglin86769 closed 4 months ago

wanglin86769 commented 4 months ago

Other value handling methods in Vtype2Json.java file include "vtype" field in metadata initially, but handleString() method does not and "vtype" field does not show up in WebSockset response for stringin/stringout records. I am not certain whether this is the implementation by design or not. If not, this PR is to make handleString() be consistent with other handling methods.