ChimeraTK-DeviceAccess  03.18.00
RegArrayConstant Struct Reference

Test constant accessor with arrays. More...

+ Inheritance diagram for RegArrayConstant:
+ Collaboration diagram for RegArrayConstant:

Public Types

typedef float minimumUserType
 
typedef int32_t rawUserType
 

Public Member Functions

std::string path ()
 
size_t nElementsPerChannel ()
 
- Public Member Functions inherited from ConstantRegisterDescriptorBase< RegArrayConstant >
size_t nChannels ()
 
bool isWriteable ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t nRuntimeErrorCases ()
 
std::vector< std::vector< UserType > > generateValue ()
 
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValue ()
 
void setForceRuntimeError (bool, size_t)
 
- Public Member Functions inherited from RegisterDescriptorBase< RegArrayConstant >
bool isWriteable ()
 
bool isReadable ()
 
bool isPush ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t writeQueueLength ()
 
size_t nRuntimeErrorCases ()
 
void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

const std::vector< int32_t > value {1111, 2222, 3333, 4444, 5555}
 
- Public Attributes inherited from RegisterDescriptorBase< RegArrayConstant >
RegArrayConstantderived
 

Additional Inherited Members

- Static Public Attributes inherited from ConstantRegisterDescriptorBase< RegArrayConstant >
static constexpr auto capabilities
 
- Static Public Attributes inherited from RegisterDescriptorBase< RegArrayConstant >
static constexpr auto capabilities
 

Detailed Description

Test constant accessor with arrays.

Definition at line 480 of file testLMapBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

Definition at line 486 of file testLMapBackendUnified.cpp.

◆ rawUserType

Definition at line 487 of file testLMapBackendUnified.cpp.

Member Function Documentation

◆ nElementsPerChannel()

size_t RegArrayConstant::nElementsPerChannel ( )
inline

Definition at line 484 of file testLMapBackendUnified.cpp.

◆ path()

std::string RegArrayConstant::path ( )
inline

Definition at line 481 of file testLMapBackendUnified.cpp.

Member Data Documentation

◆ value

const std::vector<int32_t> RegArrayConstant::value {1111, 2222, 3333, 4444, 5555}

Definition at line 483 of file testLMapBackendUnified.cpp.


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