Cosylab / nds3_epics

EPICS module for NDS3
GNU General Public License v3.0
0 stars 5 forks source link

PVAction is not generic #11

Closed NickeZ closed 7 years ago

NickeZ commented 7 years ago

PVAction should be generic over two types. This is a bit like an RPC and currently it is implemented as std::int32_t -> std::int32_t but it should be able to handle T -> U where T/U is any of the "standard" types in NDS, i.e., types that are implemented for all control systems.

NickeZ commented 7 years ago

Moved to https://github.com/Cosylab/nds3/issues/22