#include <TangoBackend.h>
|
| static boost::shared_ptr< DeviceBackend > | createInstance (std::string address, std::map< std::string, std::string > parameters) |
| |
Definition at line 15 of file TangoBackend.h.
◆ TangoBackend()
| ChimeraTK::TangoBackend::TangoBackend |
( |
std::string |
address, |
|
|
std::optional< std::string > |
cacheFile |
|
) |
| |
|
explicit |
◆ close()
| void ChimeraTK::TangoBackend::close |
( |
| ) |
|
|
override |
◆ createInstance()
| boost::shared_ptr< DeviceBackend > ChimeraTK::TangoBackend::createInstance |
( |
std::string |
address, |
|
|
std::map< std::string, std::string > |
parameters |
|
) |
| |
|
static |
◆ DEFINE_VIRTUAL_FUNCTION_TEMPLATE_VTABLE_FILLER()
◆ getDeviceProxy()
| std::shared_ptr< Tango::DeviceProxy > ChimeraTK::TangoBackend::getDeviceProxy |
( |
| ) |
|
|
inline |
◆ getRegisterAccessor_impl()
template<typename UserType >
| boost::shared_ptr< NDRegisterAccessor< UserType > > ChimeraTK::TangoBackend::getRegisterAccessor_impl |
( |
const RegisterPath & |
registerPathName, |
|
|
size_t |
numberOfWords, |
|
|
size_t |
wordOffsetInRegister, |
|
|
AccessModeFlags |
flags |
|
) |
| |
◆ getRegisterCatalogue()
| RegisterCatalogue ChimeraTK::TangoBackend::getRegisterCatalogue |
( |
| ) |
const |
|
override |
◆ open()
| void ChimeraTK::TangoBackend::open |
( |
| ) |
|
|
override |
◆ readDeviceInfo()
| std::string ChimeraTK::TangoBackend::readDeviceInfo |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files:
- /scratch/dragon/sources/ChimeraTK-DeviceAccess-TangoBackend/include/TangoBackend.h
- /scratch/dragon/sources/ChimeraTK-DeviceAccess-TangoBackend/src/TangoBackend.cc