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

Public Types

using minimumUserType = ChimeraTK::Boolean
 
- 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, bool v)
 
void setRemoteValue ()
 
ChimeraTK::Boolean getValue (int i)
 
template<typename UserType >
std::vector< std::vector< UserType > > generateValue ()
 
- Public Member Functions inherited from ArrayDefaults< RegSomeBooleanArray >
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 446 of file testUnifiedBackend.cpp.

Member Typedef Documentation

◆ minimumUserType

using RegSomeBooleanArray::minimumUserType = ChimeraTK::Boolean

Definition at line 454 of file testUnifiedBackend.cpp.

Member Function Documentation

◆ generateValue()

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

Definition at line 492 of file testUnifiedBackend.cpp.

◆ getValue()

ChimeraTK::Boolean RegSomeBooleanArray::getValue ( int  i)
inline

Definition at line 481 of file testUnifiedBackend.cpp.

◆ nElementsPerChannel()

size_t RegSomeBooleanArray::nElementsPerChannel ( )
inline

Definition at line 453 of file testUnifiedBackend.cpp.

◆ path()

std::string RegSomeBooleanArray::path ( )
inline

Definition at line 449 of file testUnifiedBackend.cpp.

◆ readPath()

std::string RegSomeBooleanArray::readPath ( )
inline

Definition at line 451 of file testUnifiedBackend.cpp.

◆ setRemoteValue()

void RegSomeBooleanArray::setRemoteValue ( )
inline

Definition at line 479 of file testUnifiedBackend.cpp.

◆ setValue()

void RegSomeBooleanArray::setValue ( int  i,
bool  v 
)
inline

Definition at line 457 of file testUnifiedBackend.cpp.

◆ writePath()

std::string RegSomeBooleanArray::writePath ( )
inline

Definition at line 450 of file testUnifiedBackend.cpp.

Member Data Documentation

◆ increment

int32_t RegSomeBooleanArray::increment {12}

Definition at line 455 of file testUnifiedBackend.cpp.

◆ someValue

size_t RegSomeBooleanArray::someValue {23}

Definition at line 496 of file testUnifiedBackend.cpp.


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