You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 handleT -> U
where T/U is any of the "standard" types in NDS, i.e., types that are implemented for all control systems.The text was updated successfully, but these errors were encountered: