|
McStas Readout Master 0.3.3
|
Receives the per-point instrument parameter values as replay steps through a file. More...
#include <replay.h>

Public Member Functions | |
| virtual void | publish (size_t point, const std::string &name, const std::string &value, const std::optional< std::string > &unit)=0 |
| virtual void | point_ready (size_t) |
Receives the per-point instrument parameter values as replay steps through a file.
Replay calls publish once per (point, parameter) before any of that point's readouts are sent, then point_ready once all of the point's parameters have been published. Implementations forward the values to, e.g., an EPICS mailbox; the transport lives outside this library.
|
inlinevirtual |