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

#include <ocmifFake.hpp>

+ Inheritance diagram for ocmif::AwaitDaqReplyFake:

Public Member Functions

 AwaitDaqReplyFake ()
 
bool getTimeout () const override
 
void setTimeout (bool t) override
 
std::shared_ptr< ocmif::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
 

Public Attributes

bool m_timeout
 
std::shared_ptr< DaqStatusFakem_status
 

Detailed Description

Definition at line 99 of file ocmifFake.hpp.

Constructor & Destructor Documentation

◆ AwaitDaqReplyFake()

ocmif::AwaitDaqReplyFake::AwaitDaqReplyFake ( )
inline

Definition at line 100 of file ocmifFake.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 122 of file ocmifFake.hpp.

◆ cloneKey()

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

Definition at line 119 of file ocmifFake.hpp.

◆ getStatus()

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

Definition at line 108 of file ocmifFake.hpp.

◆ getTimeout()

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

Definition at line 102 of file ocmifFake.hpp.

◆ hasKey()

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

Definition at line 113 of file ocmifFake.hpp.

◆ keyEquals()

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

Definition at line 116 of file ocmifFake.hpp.

◆ setTimeout()

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

Definition at line 105 of file ocmifFake.hpp.

Member Data Documentation

◆ m_status

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

Definition at line 127 of file ocmifFake.hpp.

◆ m_timeout

bool ocmif::AwaitDaqReplyFake::m_timeout

Definition at line 126 of file ocmifFake.hpp.


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