8#ifndef OCF_DAQ_TEST_STATUS_OBSERVER_HPP_
9#define OCF_DAQ_TEST_STATUS_OBSERVER_HPP_
11#include <gmock/gmock.h>
14class ObservableStatus;
Stores data acquisition status and allows subscription to status changes.
MOCK_METHOD1(CallOperator, void(daq::ObservableStatus const &))
void operator()(daq::ObservableStatus const &s)
Simple observer used for testing.