ChimeraTK-DeviceAccess  03.18.00
RegSingleWordScaledTwice_push Struct Reference

Test multiply plugin applied twice (just one direction for sake of simplicity) More...

+ Inheritance diagram for RegSingleWordScaledTwice_push:
+ Collaboration diagram for RegSingleWordScaledTwice_push:

Public Types

typedef double minimumUserType
 
typedef minimumUserType rawUserType
 

Public Member Functions

std::string path ()
 
bool isWriteable ()
 
bool isPush ()
 
template<typename T , typename Traw >
convertRawToCooked (Traw value)
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
- Public Member Functions inherited from ScalarRegisterDescriptorBase< RegSingleWordScaledTwice_push >
size_t nElementsPerChannel ()
 
- Public Member Functions inherited from OneDRegisterDescriptorBase< RegSingleWordScaledTwice_push >
size_t nChannels ()
 
size_t myOffset ()
 
convertRawToCooked (Traw value)
 
void generateValueHook (std::vector< UserType > &)
 
std::vector< std::vector< Type > > generateValue (bool getRaw=false)
 
std::vector< std::vector< UserType > > getRemoteValue (bool getRaw=false)
 
void setRemoteValue ()
 
- Public Member Functions inherited from RegisterDescriptorBase< RegSingleWordScaledTwice_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 double increment = std::exp(3.)
 
DummyRegisterAccessor< minimumUserTypeacc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"}
 
- Public Attributes inherited from RegisterDescriptorBase< RegSingleWordScaledTwice_push >
RegSingleWordScaledTwice_pushderived
 

Static Public Attributes

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

Detailed Description

Test multiply plugin applied twice (just one direction for sake of simplicity)

Definition at line 604 of file testLMapBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Member Function Documentation

◆ convertRawToCooked()

template<typename T , typename Traw >
T RegSingleWordScaledTwice_push::convertRawToCooked ( Traw  value)
inline

Definition at line 612 of file testLMapBackendUnified.cpp.

◆ isPush()

bool RegSingleWordScaledTwice_push::isPush ( )
inline

Definition at line 607 of file testLMapBackendUnified.cpp.

◆ isWriteable()

bool RegSingleWordScaledTwice_push::isWriteable ( )
inline

Definition at line 606 of file testLMapBackendUnified.cpp.

◆ path()

std::string RegSingleWordScaledTwice_push::path ( )
inline

Definition at line 605 of file testLMapBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags RegSingleWordScaledTwice_push::supportedFlags ( )
inline

Definition at line 621 of file testLMapBackendUnified.cpp.

Member Data Documentation

◆ acc

DummyRegisterAccessor<minimumUserType> RegSingleWordScaledTwice_push::acc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"}

Definition at line 622 of file testLMapBackendUnified.cpp.

◆ capabilities

constexpr auto RegSingleWordScaledTwice_push::capabilities
staticconstexpr
Initial value:

Definition at line 619 of file testLMapBackendUnified.cpp.

◆ increment

const double RegSingleWordScaledTwice_push::increment = std::exp(3.)

Definition at line 609 of file testLMapBackendUnified.cpp.


The documentation for this struct was generated from the following file:
ScalarRegisterDescriptorBase
Base descriptor for scalars.
Definition: testLMapBackendUnified.cpp:188