Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Attach to a stream to record the data sent. More...
#include <cheetah/exporters/TestProbe.h>
Public Member Functions | |
TestProbe (panda::ChannelId const &id) | |
TestProbe (TestProbe &&probe) | |
TestProbe (TestProbe const &)=default | |
void | operator() (T const &data) |
operator to be called by the DataExport stream manager | |
std::shared_ptr< const T > | data () |
return the data data received More... | |
Attach to a stream to record the data sent.
Definition at line 42 of file TestProbe.h.
std::shared_ptr< const T > ska::cheetah::exporters::TestProbe< T >::data | ( | ) |
return the data data received
each subsequent call will return the next data value or a null ptr
Definition at line 54 of file TestProbe.cpp.