ChimeraTK-DeviceAccess  03.18.00
AsciiData Struct Reference
+ Collaboration diagram for AsciiData:

Public Types

using minimumUserType = std::string
 

Public Member Functions

template<typename UserType >
std::vector< std::vector< UserType > > generateValue ()
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValue ()
 

Static Public Member Functions

static std::string path ()
 
static bool isWriteable ()
 
static bool isReadable ()
 
static ChimeraTK::AccessModeFlags supportedFlags ()
 
static size_t nChannels ()
 
static size_t nElementsPerChannel ()
 
static size_t writeQueueLength ()
 
static size_t nRuntimeErrorCases ()
 
static void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

DummyRegisterAccessor< uint32_t > acc {exceptionDummy.get(), "Text", "someAsciiData_as_i32"}
 
std::string textBase {"Some $%#@! characters "}
 
size_t counter {0}
 
const size_t asciiLength {35}
 

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 384 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

using AsciiData::minimumUserType = std::string

Definition at line 388 of file testNumericAddressedBackendUnified.cpp.

Member Function Documentation

◆ generateValue()

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

Definition at line 412 of file testNumericAddressedBackendUnified.cpp.

+ Here is the call graph for this function:

◆ getRemoteValue()

template<typename UserType >
std::vector<std::vector<UserType> > AsciiData::getRemoteValue ( )
inline

Definition at line 417 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

static bool AsciiData::isReadable ( )
inlinestatic

Definition at line 387 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

static bool AsciiData::isWriteable ( )
inlinestatic

Definition at line 386 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

static size_t AsciiData::nChannels ( )
inlinestatic

Definition at line 391 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

static size_t AsciiData::nElementsPerChannel ( )
inlinestatic

Definition at line 392 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

static size_t AsciiData::nRuntimeErrorCases ( )
inlinestatic

Definition at line 394 of file testNumericAddressedBackendUnified.cpp.

◆ path()

static std::string AsciiData::path ( )
inlinestatic

Definition at line 385 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

static void AsciiData::setForceRuntimeError ( bool  enable,
size_t   
)
inlinestatic

Definition at line 444 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void AsciiData::setRemoteValue ( )
inline

Definition at line 430 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

static ChimeraTK::AccessModeFlags AsciiData::supportedFlags ( )
inlinestatic

Definition at line 389 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

static size_t AsciiData::writeQueueLength ( )
inlinestatic

Definition at line 393 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

DummyRegisterAccessor<uint32_t> AsciiData::acc {exceptionDummy.get(), "Text", "someAsciiData_as_i32"}

Definition at line 405 of file testNumericAddressedBackendUnified.cpp.

◆ asciiLength

const size_t AsciiData::asciiLength {35}

Definition at line 409 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 396 of file testNumericAddressedBackendUnified.cpp.

◆ counter

size_t AsciiData::counter {0}

Definition at line 408 of file testNumericAddressedBackendUnified.cpp.

◆ textBase

std::string AsciiData::textBase {"Some $%#@! characters "}

Definition at line 407 of file testNumericAddressedBackendUnified.cpp.


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