ChimeraTK-DeviceAccess-TangoBackend 00.01.02
Loading...
Searching...
No Matches
RegSomeString Struct Reference
+ Inheritance diagram for RegSomeString:
+ Collaboration diagram for RegSomeString:

Public Types

typedef std::string minimumUserType
 
- Public Types inherited from AllRegisterDefaults< DERIVED >
using rawUserType = std::nullptr_t
 

Public Member Functions

std::string path ()
 
std::string writePath ()
 
std::string readPath ()
 
void setValue (minimumUserType v)
 
template<typename UserType >
std::vector< std::vector< UserType > > generateValue ()
 
minimumUserType getValue ()
 
- Public Member Functions inherited from ScalarDefaults< RegSomeString >
size_t nElementsPerChannel ()
 
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValue ()
 
- Public Member Functions inherited from ScalarDefaultsBase< DERIVED >
size_t nElementsPerChannel ()
 
template<typename UserType >
std::vector< std::vector< UserType > > generateValue ()
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValue ()
 
- Public Member Functions inherited from AllRegisterDefaults< DERIVED >
bool isWriteable ()
 
bool isReadable ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t nChannels ()
 
size_t writeQueueLength ()
 
size_t nRuntimeErrorCases ()
 
void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

std::string increment
 
size_t someValue {42}
 
- Public Attributes inherited from AllRegisterDefaults< DERIVED >
DERIVED * derived {static_cast<DERIVED*>(this)}
 

Additional Inherited Members

- Static Public Attributes inherited from AllRegisterDefaults< DERIVED >
static constexpr auto capabilities
 

Detailed Description

Definition at line 304 of file testUnifiedBackend.cpp.

Member Typedef Documentation

◆ minimumUserType

typedef std::string RegSomeString::minimumUserType

Definition at line 309 of file testUnifiedBackend.cpp.

Member Function Documentation

◆ generateValue()

template<typename UserType >
std::vector< std::vector< UserType > > RegSomeString::generateValue ( )
inline

Definition at line 320 of file testUnifiedBackend.cpp.

◆ getValue()

minimumUserType RegSomeString::getValue ( )
inline

Definition at line 324 of file testUnifiedBackend.cpp.

◆ path()

std::string RegSomeString::path ( )
inline

Definition at line 305 of file testUnifiedBackend.cpp.

◆ readPath()

std::string RegSomeString::readPath ( )
inline

Definition at line 307 of file testUnifiedBackend.cpp.

◆ setValue()

void RegSomeString::setValue ( minimumUserType  v)
inline

Definition at line 313 of file testUnifiedBackend.cpp.

◆ writePath()

std::string RegSomeString::writePath ( )
inline

Definition at line 306 of file testUnifiedBackend.cpp.

Member Data Documentation

◆ increment

std::string RegSomeString::increment

Definition at line 311 of file testUnifiedBackend.cpp.

◆ someValue

size_t RegSomeString::someValue {42}

Definition at line 333 of file testUnifiedBackend.cpp.


The documentation for this struct was generated from the following file: