24 #ifndef SKA_CHEETAH_EXPORTERS_TESTPROBE_H 25 #define SKA_CHEETAH_EXPORTERS_TESTPROBE_H 27 #include "panda/ChannelId.h" 28 #include "panda/Log.h" 56 std::shared_ptr<const T>
data();
59 typedef std::deque<std::shared_ptr<const T>> ContainerType;
61 std::shared_ptr<ContainerType> _data;
67 #include "cheetah/exporters/detail/TestProbe.cpp" 69 #endif // SKA_CHEETAH_EXPORTERS_TESTPROBE_H std::shared_ptr< const T > data()
return the data data received
void operator()(T const &data)
operator to be called by the DataExport stream manager
Some limits and constants for FLDO.
Attach to a stream to record the data sent.