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

#include <ocmifFake.hpp>

+ Inheritance diagram for ocmif::DaqStatusFake:

Public Member Functions

std::string getId () const override
 
void setId (std::string const &id) override
 
std::string getMessage () const override
 
void setMessage (std::string const &message) override
 
ocmif::DaqState getState () const override
 
void setState (ocmif::DaqState s) override
 
ocmif::DaqSubState getSubState () const override
 
void setSubState (ocmif::DaqSubState s) override
 
bool getError () const override
 
void setError (bool e) override
 
double getTimestamp () const override
 
void setTimestamp (double d) override
 
bool hasKey () const override
 
bool keyEquals (const DaqStatus &other) const override
 
std::unique_ptr< DaqStatus > cloneKey () const override
 
std::unique_ptr< DaqStatus > clone () const override
 

Public Attributes

std::string m_id
 
std::string m_message
 
ocmif::DaqState m_state
 
ocmif::DaqSubState m_sub_state
 
bool m_error
 
double m_timestamp
 

Detailed Description

Definition at line 39 of file ocmifFake.hpp.

Member Function Documentation

◆ clone()

std::unique_ptr<DaqStatus> ocmif::DaqStatusFake::clone ( ) const
inlineoverride

Definition at line 94 of file ocmifFake.hpp.

◆ cloneKey()

std::unique_ptr<DaqStatus> ocmif::DaqStatusFake::cloneKey ( ) const
inlineoverride

Definition at line 91 of file ocmifFake.hpp.

◆ getError()

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

Definition at line 71 of file ocmifFake.hpp.

◆ getId()

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

Definition at line 47 of file ocmifFake.hpp.

◆ getMessage()

std::string ocmif::DaqStatusFake::getMessage ( ) const
inlineoverride

Definition at line 53 of file ocmifFake.hpp.

◆ getState()

ocmif::DaqState ocmif::DaqStatusFake::getState ( ) const
inlineoverride

Definition at line 59 of file ocmifFake.hpp.

◆ getSubState()

ocmif::DaqSubState ocmif::DaqStatusFake::getSubState ( ) const
inlineoverride

Definition at line 65 of file ocmifFake.hpp.

◆ getTimestamp()

double ocmif::DaqStatusFake::getTimestamp ( ) const
inlineoverride

Definition at line 77 of file ocmifFake.hpp.

◆ hasKey()

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

Definition at line 85 of file ocmifFake.hpp.

◆ keyEquals()

bool ocmif::DaqStatusFake::keyEquals ( const DaqStatus &  other) const
inlineoverride

Definition at line 88 of file ocmifFake.hpp.

◆ setError()

void ocmif::DaqStatusFake::setError ( bool  e)
inlineoverride

Definition at line 74 of file ocmifFake.hpp.

◆ setId()

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

Definition at line 50 of file ocmifFake.hpp.

◆ setMessage()

void ocmif::DaqStatusFake::setMessage ( std::string const &  message)
inlineoverride

Definition at line 56 of file ocmifFake.hpp.

◆ setState()

void ocmif::DaqStatusFake::setState ( ocmif::DaqState  s)
inlineoverride

Definition at line 62 of file ocmifFake.hpp.

◆ setSubState()

void ocmif::DaqStatusFake::setSubState ( ocmif::DaqSubState  s)
inlineoverride

Definition at line 68 of file ocmifFake.hpp.

◆ setTimestamp()

void ocmif::DaqStatusFake::setTimestamp ( double  d)
inlineoverride

Definition at line 80 of file ocmifFake.hpp.

Member Data Documentation

◆ m_error

bool ocmif::DaqStatusFake::m_error

Definition at line 44 of file ocmifFake.hpp.

◆ m_id

std::string ocmif::DaqStatusFake::m_id

Definition at line 40 of file ocmifFake.hpp.

◆ m_message

std::string ocmif::DaqStatusFake::m_message

Definition at line 41 of file ocmifFake.hpp.

◆ m_state

ocmif::DaqState ocmif::DaqStatusFake::m_state

Definition at line 42 of file ocmifFake.hpp.

◆ m_sub_state

ocmif::DaqSubState ocmif::DaqStatusFake::m_sub_state

Definition at line 43 of file ocmifFake.hpp.

◆ m_timestamp

double ocmif::DaqStatusFake::m_timestamp

Definition at line 45 of file ocmifFake.hpp.


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