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

#include <daqifFake.hpp>

+ Inheritance diagram for daqif::DaqReplyFake:

Public Member Functions

std::string getId () const override
 
void setId (std::string const &id) override
 
bool getError () const override
 
void setError (bool error) override
 
bool hasKey () const override
 
bool keyEquals (const DaqReply &other) const override
 
std::unique_ptr< DaqReply > cloneKey () const override
 
std::unique_ptr< DaqReply > clone () const override
 
std::string getId () const override
 
void setId (std::string const &id) override
 
bool getError () const override
 
void setError (bool error) override
 
bool hasKey () const override
 
bool keyEquals (const DaqReply &other) const override
 
std::unique_ptr< DaqReply > cloneKey () const override
 
std::unique_ptr< DaqReply > clone () const override
 

Public Attributes

std::string m_id
 
bool m_error
 

Detailed Description

Definition at line 7 of file daqifFake.hpp.

Member Function Documentation

◆ clone() [1/2]

std::unique_ptr<DaqReply> daqif::DaqReplyFake::clone ( ) const
inlineoverride

Definition at line 34 of file daqifFake.hpp.

◆ clone() [2/2]

std::unique_ptr<DaqReply> daqif::DaqReplyFake::clone ( ) const
inlineoverride

Definition at line 34 of file daqifFake.hpp.

◆ cloneKey() [1/2]

std::unique_ptr<DaqReply> daqif::DaqReplyFake::cloneKey ( ) const
inlineoverride

Definition at line 31 of file daqifFake.hpp.

◆ cloneKey() [2/2]

std::unique_ptr<DaqReply> daqif::DaqReplyFake::cloneKey ( ) const
inlineoverride

Definition at line 31 of file daqifFake.hpp.

◆ getError() [1/2]

bool daqif::DaqReplyFake::getError ( ) const
inlineoverride

Definition at line 18 of file daqifFake.hpp.

◆ getError() [2/2]

bool daqif::DaqReplyFake::getError ( ) const
inlineoverride

Definition at line 18 of file daqifFake.hpp.

◆ getId() [1/2]

std::string daqif::DaqReplyFake::getId ( ) const
inlineoverride

Definition at line 11 of file daqifFake.hpp.

◆ getId() [2/2]

std::string daqif::DaqReplyFake::getId ( ) const
inlineoverride

Definition at line 11 of file daqifFake.hpp.

◆ hasKey() [1/2]

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

Definition at line 25 of file daqifFake.hpp.

◆ hasKey() [2/2]

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

Definition at line 25 of file daqifFake.hpp.

◆ keyEquals() [1/2]

bool daqif::DaqReplyFake::keyEquals ( const DaqReply &  other) const
inlineoverride

Definition at line 28 of file daqifFake.hpp.

◆ keyEquals() [2/2]

bool daqif::DaqReplyFake::keyEquals ( const DaqReply &  other) const
inlineoverride

Definition at line 28 of file daqifFake.hpp.

◆ setError() [1/2]

void daqif::DaqReplyFake::setError ( bool  error)
inlineoverride

Definition at line 21 of file daqifFake.hpp.

◆ setError() [2/2]

void daqif::DaqReplyFake::setError ( bool  error)
inlineoverride

Definition at line 21 of file daqifFake.hpp.

◆ setId() [1/2]

void daqif::DaqReplyFake::setId ( std::string const &  id)
inlineoverride

Definition at line 14 of file daqifFake.hpp.

◆ setId() [2/2]

void daqif::DaqReplyFake::setId ( std::string const &  id)
inlineoverride

Definition at line 14 of file daqifFake.hpp.

Member Data Documentation

◆ m_error

bool daqif::DaqReplyFake::m_error

Definition at line 9 of file daqifFake.hpp.

◆ m_id

std::string daqif::DaqReplyFake::m_id

Definition at line 8 of file daqifFake.hpp.


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