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

#include <ocmifFake.hpp>

+ Inheritance diagram for ocmif::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
 

Public Attributes

std::string m_id
 
bool m_error
 

Detailed Description

Definition at line 7 of file ocmifFake.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 34 of file ocmifFake.hpp.

◆ cloneKey()

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

Definition at line 31 of file ocmifFake.hpp.

◆ getError()

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

Definition at line 18 of file ocmifFake.hpp.

◆ getId()

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

Definition at line 11 of file ocmifFake.hpp.

◆ hasKey()

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

Definition at line 25 of file ocmifFake.hpp.

◆ keyEquals()

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

Definition at line 28 of file ocmifFake.hpp.

◆ setError()

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

Definition at line 21 of file ocmifFake.hpp.

◆ setId()

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

Definition at line 14 of file ocmifFake.hpp.

Member Data Documentation

◆ m_error

bool ocmif::DaqReplyFake::m_error

Definition at line 9 of file ocmifFake.hpp.

◆ m_id

std::string ocmif::DaqReplyFake::m_id

Definition at line 8 of file ocmifFake.hpp.


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