#include <memory>
#include <pv/pvData.h>
#include <pv/valueBuilder.h>
Go to the source code of this file.
|
| #define | epicsExportSharedSymbols |
| |
| #define | STYPE(stype) case pv##stype: { const PV ##stype* ptr(static_cast<const PV##stype*>(subs)); PV##stype::value_type temp(ptr->get()); self._add(*it, pv##stype, &temp); } break |
| |
| #define | STYPE(stype) case stype: store.reset(new child_scalar<ScalarTypeTraits<stype>::type>(V)); break |
| |
| #define epicsExportSharedSymbols |
| #define STYPE |
( |
|
stype | ) |
case pv##stype: { const PV ##stype* ptr(static_cast<const PV##stype*>(subs)); PV##stype::value_type temp(ptr->get()); self._add(*it, pv##stype, &temp); } break |
| #define STYPE |
( |
|
stype | ) |
case stype: store.reset(new child_scalar<ScalarTypeTraits<stype>::type>(V)); break |