ChimeraTK-DeviceAccess
03.18.00
|
Test channel accessors. More...
Public Types | |
typedef int32_t | minimumUserType |
typedef int32_t | rawUserType |
Public Member Functions | |
std::string | path () |
bool | isPush () |
size_t | nElementsPerChannel () |
ChimeraTK::AccessModeFlags | supportedFlags () |
Public Member Functions inherited from ChannelRegisterDescriptorBase< RegChannel4_push > | |
size_t | nChannels () |
bool | isWriteable () |
std::vector< std::vector< UserType > > | generateValue () |
std::vector< std::vector< UserType > > | getRemoteValue () |
void | setRemoteValue () |
Public Member Functions inherited from RegisterDescriptorBase< RegChannel4_push > | |
bool | isWriteable () |
bool | isReadable () |
bool | isPush () |
ChimeraTK::AccessModeFlags | supportedFlags () |
size_t | writeQueueLength () |
size_t | nRuntimeErrorCases () |
void | setForceRuntimeError (bool enable, size_t) |
Public Attributes | |
const int32_t | increment = 23 |
const size_t | channel {4} |
DummyMultiplexedRegisterAccessor< minimumUserType > | acc {exceptionDummyMuxed.get(), "TEST", "NODMA"} |
Public Attributes inherited from RegisterDescriptorBase< RegChannel4_push > | |
RegChannel4_push * | derived |
Additional Inherited Members | |
Static Public Attributes inherited from ChannelRegisterDescriptorBase< RegChannel4_push > | |
static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< RegChannel4_push > | |
static constexpr auto | capabilities |
Test channel accessors.
Definition at line 414 of file testLMapBackendUnified.cpp.
typedef int32_t RegChannel4_push::minimumUserType |
Definition at line 422 of file testLMapBackendUnified.cpp.
typedef int32_t RegChannel4_push::rawUserType |
Definition at line 423 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 416 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 419 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 415 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 426 of file testLMapBackendUnified.cpp.
DummyMultiplexedRegisterAccessor<minimumUserType> RegChannel4_push::acc {exceptionDummyMuxed.get(), "TEST", "NODMA"} |
Definition at line 427 of file testLMapBackendUnified.cpp.
const size_t RegChannel4_push::channel {4} |
Definition at line 420 of file testLMapBackendUnified.cpp.
const int32_t RegChannel4_push::increment = 23 |
Definition at line 418 of file testLMapBackendUnified.cpp.