ChimeraTK-DeviceAccess 03.19.00
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Integers_signed32 Struct Reference
+ Inheritance diagram for Integers_signed32:
+ Collaboration diagram for Integers_signed32:

Public Types

typedef int32_t minimumUserType
 
typedef minimumUserType rawUserType
 
- Public Types inherited from Integers_base< Integers_signed32 >
typedef int32_t minimumUserType
 
typedef minimumUserType rawUserType
 

Public Member Functions

std::string path ()
 
bool isWriteable ()
 
bool isReadable ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t nChannels ()
 
size_t nElementsPerChannel ()
 
size_t writeQueueLength ()
 
size_t nRuntimeErrorCases ()
 
template<typename Type >
std::vector< std::vector< Type > > generateValue (bool raw=false)
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue (bool raw=false)
 
void setRemoteValue ()
 
void setForceRuntimeError (bool enable, size_t)
 
std::string path ()
 
bool isWriteable ()
 
bool isReadable ()
 
- Public Member Functions inherited from Integers_base< Integers_signed32 >
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t nChannels ()
 
size_t nElementsPerChannel ()
 
size_t writeQueueLength ()
 
size_t nRuntimeErrorCases ()
 
void ensureOpen ()
 
std::vector< std::vector< Type > > generateValue (bool raw=false)
 
std::vector< std::vector< Type > > getRemoteValue (bool raw=false)
 
void setRemoteValue ()
 
RawType cookedToRaw (UserType val)
 
UserType rawToCooked (RawType val)
 
void setForceRuntimeError (bool, size_t)
 

Public Attributes

DummyRegisterAccessor< int32_t > acc {exceptionDummy.get(), "", path()}
 
- Public Attributes inherited from Integers_base< Integers_signed32 >
Integers_signed32derived
 
boost::shared_ptr< NDRegisterAccessor< minimumUserType > > acc
 
boost::shared_ptr< NDRegisterAccessor< rawUserType > > accBackdoor
 

Static Public Attributes

static constexpr auto capabilities
 
- Static Public Attributes inherited from Integers_base< Integers_signed32 >
static constexpr auto capabilities
 

Detailed Description

Definition at line 44 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Member Function Documentation

◆ generateValue()

template<typename Type >
std::vector< std::vector< Type > > Integers_signed32::generateValue ( bool  raw = false)
inline

Definition at line 67 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

template<typename UserType >
std::vector< std::vector< UserType > > Integers_signed32::getRemoteValue ( bool  raw = false)
inline

Definition at line 72 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable() [1/2]

bool Integers_signed32::isReadable ( )
inline

Definition at line 47 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable() [2/2]

bool Integers_signed32::isReadable ( )
inline

Definition at line 190 of file testSharedDummyBackendUnified.cpp.

◆ isWriteable() [1/2]

bool Integers_signed32::isWriteable ( )
inline

Definition at line 46 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable() [2/2]

bool Integers_signed32::isWriteable ( )
inline

Definition at line 189 of file testSharedDummyBackendUnified.cpp.

◆ nChannels()

size_t Integers_signed32::nChannels ( )
inline

Definition at line 49 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t Integers_signed32::nElementsPerChannel ( )
inline

Definition at line 50 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t Integers_signed32::nRuntimeErrorCases ( )
inline

Definition at line 52 of file testNumericAddressedBackendUnified.cpp.

◆ path() [1/2]

std::string Integers_signed32::path ( )
inline

Definition at line 45 of file testNumericAddressedBackendUnified.cpp.

◆ path() [2/2]

std::string Integers_signed32::path ( )
inline

Definition at line 188 of file testSharedDummyBackendUnified.cpp.

◆ setForceRuntimeError()

void Integers_signed32::setForceRuntimeError ( bool  enable,
size_t   
)
inline

Definition at line 78 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void Integers_signed32::setRemoteValue ( )
inline

Definition at line 76 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags Integers_signed32::supportedFlags ( )
inline

Definition at line 48 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t Integers_signed32::writeQueueLength ( )
inline

Definition at line 51 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

DummyRegisterAccessor<int32_t> Integers_signed32::acc {exceptionDummy.get(), "", path()}

Definition at line 64 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

constexpr auto Integers_signed32::capabilities
staticconstexpr
Initial value:
= TestCapabilities<>()
.disableForceDataLossWrite()
.disableAsyncReadInconsistency()
.disableSwitchReadOnly()
.disableSwitchWriteOnly()
.disableTestWriteNeverLosesData()
.enableTestRawTransfer()

Definition at line 56 of file testNumericAddressedBackendUnified.cpp.


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