ChimeraTK-DeviceAccess  03.18.00
TriggeredInt< WITHPATH, INTERRUPT > Struct Template Reference
+ Inheritance diagram for TriggeredInt< WITHPATH, INTERRUPT >:
+ Collaboration diagram for TriggeredInt< WITHPATH, INTERRUPT >:

Public Types

typedef int32_t minimumUserType
 
typedef minimumUserType rawUserType
 

Public Member Functions

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 ([[maybe_unused]] bool raw=false)
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue ([[maybe_unused]] bool raw=false)
 
void setRemoteValue ()
 
void forceAsyncReadInconsistency ()
 
void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

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

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

template<class WITHPATH, uint32_t INTERRUPT>
struct TriggeredInt< WITHPATH, INTERRUPT >

Definition at line 66 of file testAsyncVarAndHierarchicalInterruptsUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

template<class WITHPATH , uint32_t INTERRUPT>
typedef int32_t TriggeredInt< WITHPATH, INTERRUPT >::minimumUserType

◆ rawUserType

template<class WITHPATH , uint32_t INTERRUPT>
typedef minimumUserType TriggeredInt< WITHPATH, INTERRUPT >::rawUserType

Member Function Documentation

◆ forceAsyncReadInconsistency()

template<class WITHPATH , uint32_t INTERRUPT>
void TriggeredInt< WITHPATH, INTERRUPT >::forceAsyncReadInconsistency ( )
inline

◆ generateValue()

template<class WITHPATH , uint32_t INTERRUPT>
template<typename Type >
std::vector<std::vector<Type> > TriggeredInt< WITHPATH, INTERRUPT >::generateValue ( [[maybe_unused] ] bool  raw = false)
inline

◆ getRemoteValue()

template<class WITHPATH , uint32_t INTERRUPT>
template<typename UserType >
std::vector<std::vector<UserType> > TriggeredInt< WITHPATH, INTERRUPT >::getRemoteValue ( [[maybe_unused] ] bool  raw = false)
inline

◆ isReadable()

template<class WITHPATH , uint32_t INTERRUPT>
bool TriggeredInt< WITHPATH, INTERRUPT >::isReadable ( )
inline

◆ isWriteable()

template<class WITHPATH , uint32_t INTERRUPT>
bool TriggeredInt< WITHPATH, INTERRUPT >::isWriteable ( )
inline

◆ nChannels()

template<class WITHPATH , uint32_t INTERRUPT>
size_t TriggeredInt< WITHPATH, INTERRUPT >::nChannels ( )
inline

◆ nElementsPerChannel()

template<class WITHPATH , uint32_t INTERRUPT>
size_t TriggeredInt< WITHPATH, INTERRUPT >::nElementsPerChannel ( )
inline

◆ nRuntimeErrorCases()

template<class WITHPATH , uint32_t INTERRUPT>
size_t TriggeredInt< WITHPATH, INTERRUPT >::nRuntimeErrorCases ( )
inline

◆ setForceRuntimeError()

template<class WITHPATH , uint32_t INTERRUPT>
void TriggeredInt< WITHPATH, INTERRUPT >::setForceRuntimeError ( bool  enable,
size_t   
)
inline

◆ setRemoteValue()

template<class WITHPATH , uint32_t INTERRUPT>
void TriggeredInt< WITHPATH, INTERRUPT >::setRemoteValue ( )
inline

◆ supportedFlags()

template<class WITHPATH , uint32_t INTERRUPT>
ChimeraTK::AccessModeFlags TriggeredInt< WITHPATH, INTERRUPT >::supportedFlags ( )
inline

◆ writeQueueLength()

template<class WITHPATH , uint32_t INTERRUPT>
size_t TriggeredInt< WITHPATH, INTERRUPT >::writeQueueLength ( )
inline

Member Data Documentation

◆ acc

template<class WITHPATH , uint32_t INTERRUPT>
DummyRegisterAccessor<int32_t> TriggeredInt< WITHPATH, INTERRUPT >::acc {exceptionDummy.get(), "", WITHPATH::path()}

◆ capabilities

template<class WITHPATH , uint32_t INTERRUPT>
constexpr auto TriggeredInt< WITHPATH, INTERRUPT >::capabilities
staticconstexpr
Initial value:
= TestCapabilities<>()
.disableForceDataLossWrite()
.disableSwitchReadOnly()
.disableSwitchWriteOnly()
.disableTestWriteNeverLosesData()
.enableTestRawTransfer()

Definition at line 79 of file testAsyncVarAndHierarchicalInterruptsUnified.cpp.


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