match pv/typemap.h now in pvData

This commit is contained in:
Michael Davidsaver
2017-09-12 16:37:19 -05:00
parent 850d79dc62
commit a8accba5be

View File

@ -33,4 +33,7 @@ CASE(Int32, epics::pvData::int64, LONG, Long)
// yes really, Base uses SHORT (16-bit) while PVD uses Int (32-bit)
CASE(Enum16, epics::pvData::int32, ENUM, Int)
#endif
#ifdef CASE_STRING
CASE(Int8, std::string, CHAR, String)
#endif
/* #undef CASE */