18 std::string address, std::map<std::string, std::string> parameters);
20 template<
typename UserType>
22 const RegisterPath& registerPathName,
size_t numberOfWords,
size_t wordOffsetInRegister, AccessModeFlags flags);
25 explicit TangoBackend(std::string address, std::optional<std::string> cacheFile);
28 void close()
override;
34 std::shared_ptr<Tango::DeviceProxy>
getDeviceProxy() {
return _deviceProxy; }
38 std::shared_ptr<Tango::DeviceProxy> _deviceProxy;
40 DataDescriptor mapTangoType();