|
| void | write (uint64_t bar, uint64_t address, int32_t const *data, size_t sizeInBytes) override |
| |
|
| static boost::shared_ptr< DeviceBackend > | creatorFunction (std::string, std::map< std::string, std::string > parameters) |
| |
Definition at line 44 of file testRecoveryGroups.cc.
◆ creatorFunction()
| static boost::shared_ptr< DeviceBackend > WriteBlockingDummy::creatorFunction |
( |
std::string |
, |
|
|
std::map< std::string, std::string > |
parameters |
|
) |
| |
|
inlinestatic |
◆ write()
| void WriteBlockingDummy::write |
( |
uint64_t |
bar, |
|
|
uint64_t |
address, |
|
|
int32_t const * |
data, |
|
|
size_t |
sizeInBytes |
|
) |
| |
|
inlineoverride |
◆ blockWriteArrivedBarrier
| std::barrier WriteBlockingDummy::blockWriteArrivedBarrier {2} |
◆ blockWriteContinueBarrier
| std::barrier WriteBlockingDummy::blockWriteContinueBarrier {2} |
◆ blockWriteOnce
| std::atomic<bool> WriteBlockingDummy::blockWriteOnce {false} |
◆ throwThreadInterrupted
| std::atomic<bool> WriteBlockingDummy::throwThreadInterrupted {false} |
The documentation for this struct was generated from the following file: