ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Public Member Functions | Public Attributes | List of all members
daqif::AwaitDaqReplyFake Struct Reference

#include <daqifFake.hpp>

+ Inheritance diagram for daqif::AwaitDaqReplyFake:

Public Member Functions

 AwaitDaqReplyFake ()
 
bool getTimeout () const override
 
void setTimeout (bool t) override
 
std::shared_ptr< daqif::DaqStatus > getStatus () const override
 
bool hasKey () const override
 
bool keyEquals (const AwaitDaqReply &other) const override
 
std::unique_ptr< AwaitDaqReply > cloneKey () const override
 
std::unique_ptr< AwaitDaqReply > clone () const override
 
 AwaitDaqReplyFake ()
 
bool getTimeout () const override
 
void setTimeout (bool t) override
 
std::shared_ptr< daqif::DaqStatus > getStatus () const override
 
void setStatus (std::shared_ptr< daqif::DaqStatus > const &status)
 
bool hasKey () const override
 
bool keyEquals (const AwaitDaqReply &other) const override
 
std::unique_ptr< AwaitDaqReply > cloneKey () const override
 
std::unique_ptr< AwaitDaqReply > clone () const override
 

Public Attributes

bool m_timeout
 
std::shared_ptr< DaqStatusFakem_status
 
std::shared_ptr< daqif::DaqStatus > m_status
 

Detailed Description

Definition at line 113 of file daqifFake.hpp.

Constructor & Destructor Documentation

◆ AwaitDaqReplyFake() [1/2]

daqif::AwaitDaqReplyFake::AwaitDaqReplyFake ( )
inline

Definition at line 114 of file daqifFake.hpp.

◆ AwaitDaqReplyFake() [2/2]

daqif::AwaitDaqReplyFake::AwaitDaqReplyFake ( )
inline

Definition at line 114 of file daqifFake.hpp.

Member Function Documentation

◆ clone() [1/2]

std::unique_ptr<AwaitDaqReply> daqif::AwaitDaqReplyFake::clone ( ) const
inlineoverride

Definition at line 136 of file daqifFake.hpp.

◆ clone() [2/2]

std::unique_ptr<AwaitDaqReply> daqif::AwaitDaqReplyFake::clone ( ) const
inlineoverride

Definition at line 142 of file daqifFake.hpp.

◆ cloneKey() [1/2]

std::unique_ptr<AwaitDaqReply> daqif::AwaitDaqReplyFake::cloneKey ( ) const
inlineoverride

Definition at line 133 of file daqifFake.hpp.

◆ cloneKey() [2/2]

std::unique_ptr<AwaitDaqReply> daqif::AwaitDaqReplyFake::cloneKey ( ) const
inlineoverride

Definition at line 139 of file daqifFake.hpp.

◆ getStatus() [1/2]

std::shared_ptr<daqif::DaqStatus> daqif::AwaitDaqReplyFake::getStatus ( ) const
inlineoverride

Definition at line 122 of file daqifFake.hpp.

◆ getStatus() [2/2]

std::shared_ptr<daqif::DaqStatus> daqif::AwaitDaqReplyFake::getStatus ( ) const
inlineoverride

Definition at line 122 of file daqifFake.hpp.

◆ getTimeout() [1/2]

bool daqif::AwaitDaqReplyFake::getTimeout ( ) const
inlineoverride

Definition at line 116 of file daqifFake.hpp.

◆ getTimeout() [2/2]

bool daqif::AwaitDaqReplyFake::getTimeout ( ) const
inlineoverride

Definition at line 116 of file daqifFake.hpp.

◆ hasKey() [1/2]

bool daqif::AwaitDaqReplyFake::hasKey ( ) const
inlineoverride

Definition at line 127 of file daqifFake.hpp.

◆ hasKey() [2/2]

bool daqif::AwaitDaqReplyFake::hasKey ( ) const
inlineoverride

Definition at line 133 of file daqifFake.hpp.

◆ keyEquals() [1/2]

bool daqif::AwaitDaqReplyFake::keyEquals ( const AwaitDaqReply &  other) const
inlineoverride

Definition at line 130 of file daqifFake.hpp.

◆ keyEquals() [2/2]

bool daqif::AwaitDaqReplyFake::keyEquals ( const AwaitDaqReply &  other) const
inlineoverride

Definition at line 136 of file daqifFake.hpp.

◆ setStatus()

void daqif::AwaitDaqReplyFake::setStatus ( std::shared_ptr< daqif::DaqStatus > const &  status)
inline

Definition at line 128 of file daqifFake.hpp.

◆ setTimeout() [1/2]

void daqif::AwaitDaqReplyFake::setTimeout ( bool  t)
inlineoverride

Definition at line 119 of file daqifFake.hpp.

◆ setTimeout() [2/2]

void daqif::AwaitDaqReplyFake::setTimeout ( bool  t)
inlineoverride

Definition at line 119 of file daqifFake.hpp.

Member Data Documentation

◆ m_status [1/2]

std::shared_ptr<DaqStatusFake> daqif::AwaitDaqReplyFake::m_status

Definition at line 141 of file daqifFake.hpp.

◆ m_status [2/2]

std::shared_ptr<daqif::DaqStatus> daqif::AwaitDaqReplyFake::m_status

Definition at line 147 of file daqifFake.hpp.

◆ m_timeout

bool daqif::AwaitDaqReplyFake::m_timeout

Definition at line 140 of file daqifFake.hpp.


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