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

Public Types

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

Public Member Functions

std::string path ()
 
std::string writePath ()
 
std::string readPath ()
 
size_t nElementsPerChannel ()
 
void setValue (int i, std::string v)
 
void setRemoteValue ()
 
std::string getValue (int i)
 
template<typename UserType >
std::vector< std::vector< UserType > > generateValue ()
 
- Public Member Functions inherited from ArrayDefaults< RegSomeStringArray >
std::vector< std::vector< UserType > > generateValue ()
 
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValueImpl ()
 
- 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

int32_t increment {12}
 
size_t someValue {23}
 
- 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 385 of file testUnifiedBackend.cpp.

Member Typedef Documentation

◆ minimumUserType

Definition at line 393 of file testUnifiedBackend.cpp.

Member Function Documentation

◆ generateValue()

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

Definition at line 426 of file testUnifiedBackend.cpp.

◆ getValue()

std::string RegSomeStringArray::getValue ( int  i)
inline

Definition at line 415 of file testUnifiedBackend.cpp.

◆ nElementsPerChannel()

size_t RegSomeStringArray::nElementsPerChannel ( )
inline

Definition at line 392 of file testUnifiedBackend.cpp.

◆ path()

std::string RegSomeStringArray::path ( )
inline

Definition at line 388 of file testUnifiedBackend.cpp.

◆ readPath()

std::string RegSomeStringArray::readPath ( )
inline

Definition at line 390 of file testUnifiedBackend.cpp.

◆ setRemoteValue()

void RegSomeStringArray::setRemoteValue ( )
inline

Definition at line 413 of file testUnifiedBackend.cpp.

◆ setValue()

void RegSomeStringArray::setValue ( int  i,
std::string  v 
)
inline

Definition at line 396 of file testUnifiedBackend.cpp.

◆ writePath()

std::string RegSomeStringArray::writePath ( )
inline

Definition at line 389 of file testUnifiedBackend.cpp.

Member Data Documentation

◆ increment

int32_t RegSomeStringArray::increment {12}

Definition at line 394 of file testUnifiedBackend.cpp.

◆ someValue

size_t RegSomeStringArray::someValue {23}

Definition at line 430 of file testUnifiedBackend.cpp.


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