ChimeraTK-DeviceAccess
03.18.00
|
DeviceFixture used for the 2D access tests here no overwriting of ExceptionBackend. More...
Classes | |
struct | ConfigParams |
Public Member Functions | |
DeviceFixture2D () | |
void | simpleCheckExtractedChannels (std::string readerAReg) |
void | checkExtractedChannels (std::string readerAReg, std::string readerBReg) |
Public Attributes | |
const std::string | rawDeviceCdd = "(dummy?map=doubleBuffer.map)" |
const std::string | lmap = "(logicalNameMap?map=doubleBuffer.xlmap&target=" + this->rawDeviceCdd + ")" |
Device | d |
boost::shared_ptr< DeviceBackend > | backdoor |
boost::shared_ptr< NDRegisterAccessor< uint32_t > > | doubleBufferingEnabled |
boost::shared_ptr< NDRegisterAccessor< uint32_t > > | writingBufferNum |
boost::shared_ptr< NDRegisterAccessor< float > > | buf0 |
boost::shared_ptr< NDRegisterAccessor< float > > | buf1 |
DeviceFixture used for the 2D access tests here no overwriting of ExceptionBackend.
Definition at line 319 of file testDoubleBuffering.cpp.
|
inline |
Definition at line 331 of file testDoubleBuffering.cpp.
|
inline |
Definition at line 379 of file testDoubleBuffering.cpp.
|
inline |
Definition at line 345 of file testDoubleBuffering.cpp.
boost::shared_ptr<DeviceBackend> DeviceFixture2D< Derived >::backdoor |
Definition at line 323 of file testDoubleBuffering.cpp.
boost::shared_ptr<NDRegisterAccessor<float> > DeviceFixture2D< Derived >::buf0 |
Definition at line 325 of file testDoubleBuffering.cpp.
boost::shared_ptr<NDRegisterAccessor<float> > DeviceFixture2D< Derived >::buf1 |
Definition at line 325 of file testDoubleBuffering.cpp.
Device DeviceFixture2D< Derived >::d |
Definition at line 322 of file testDoubleBuffering.cpp.
boost::shared_ptr<NDRegisterAccessor<uint32_t> > DeviceFixture2D< Derived >::doubleBufferingEnabled |
Definition at line 324 of file testDoubleBuffering.cpp.
const std::string DeviceFixture2D< Derived >::lmap = "(logicalNameMap?map=doubleBuffer.xlmap&target=" + this->rawDeviceCdd + ")" |
Definition at line 321 of file testDoubleBuffering.cpp.
const std::string DeviceFixture2D< Derived >::rawDeviceCdd = "(dummy?map=doubleBuffer.map)" |
Definition at line 320 of file testDoubleBuffering.cpp.
boost::shared_ptr<NDRegisterAccessor<uint32_t> > DeviceFixture2D< Derived >::writingBufferNum |
Definition at line 324 of file testDoubleBuffering.cpp.