20 CASE(Float32,
float, FLOAT, Float)
21 CASE(Float64,
double, DOUBLE, Double)
22 #ifndef CASE_SKIP_BOOL 25 #ifdef CASE_REAL_INT64 28 #elif defined(CASE_SQUEEZE_INT64) 30 CASE(Int32,
epics::pvData::int64, LONG, Long)
39 CASE(Int8, std::string, CHAR, String)
TODO only here because of the Lockable.
detail::pick_type< int8_t, signed char, detail::pick_type< uint8_t, char, unsigned char >::type >::type boolean
#define CASE(BASETYPE, PVATYPE, DBFTYPE, PVACODE)