#include <ocmifFake.hpp>
|
| 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 |
| |
Definition at line 39 of file ocmifFake.hpp.
◆ clone()
| std::unique_ptr<DaqStatus> ocmif::DaqStatusFake::clone |
( |
| ) |
const |
|
inlineoverride |
◆ cloneKey()
| std::unique_ptr<DaqStatus> ocmif::DaqStatusFake::cloneKey |
( |
| ) |
const |
|
inlineoverride |
◆ getError()
| bool ocmif::DaqStatusFake::getError |
( |
| ) |
const |
|
inlineoverride |
◆ getId()
| std::string ocmif::DaqStatusFake::getId |
( |
| ) |
const |
|
inlineoverride |
◆ getMessage()
| std::string ocmif::DaqStatusFake::getMessage |
( |
| ) |
const |
|
inlineoverride |
◆ getState()
| ocmif::DaqState ocmif::DaqStatusFake::getState |
( |
| ) |
const |
|
inlineoverride |
◆ getSubState()
| ocmif::DaqSubState ocmif::DaqStatusFake::getSubState |
( |
| ) |
const |
|
inlineoverride |
◆ getTimestamp()
| double ocmif::DaqStatusFake::getTimestamp |
( |
| ) |
const |
|
inlineoverride |
◆ hasKey()
| bool ocmif::DaqStatusFake::hasKey |
( |
| ) |
const |
|
inlineoverride |
◆ keyEquals()
| bool ocmif::DaqStatusFake::keyEquals |
( |
const DaqStatus & |
other | ) |
const |
|
inlineoverride |
◆ setError()
| void ocmif::DaqStatusFake::setError |
( |
bool |
e | ) |
|
|
inlineoverride |
◆ setId()
| void ocmif::DaqStatusFake::setId |
( |
std::string const & |
id | ) |
|
|
inlineoverride |
◆ setMessage()
| void ocmif::DaqStatusFake::setMessage |
( |
std::string const & |
message | ) |
|
|
inlineoverride |
◆ setState()
| void ocmif::DaqStatusFake::setState |
( |
ocmif::DaqState |
s | ) |
|
|
inlineoverride |
◆ setSubState()
| void ocmif::DaqStatusFake::setSubState |
( |
ocmif::DaqSubState |
s | ) |
|
|
inlineoverride |
◆ setTimestamp()
| void ocmif::DaqStatusFake::setTimestamp |
( |
double |
d | ) |
|
|
inlineoverride |
◆ m_error
| bool ocmif::DaqStatusFake::m_error |
◆ m_id
| std::string ocmif::DaqStatusFake::m_id |
◆ m_message
| std::string ocmif::DaqStatusFake::m_message |
◆ m_state
| ocmif::DaqState ocmif::DaqStatusFake::m_state |
◆ m_sub_state
| ocmif::DaqSubState ocmif::DaqStatusFake::m_sub_state |
◆ m_timestamp
| double ocmif::DaqStatusFake::m_timestamp |
The documentation for this struct was generated from the following file: