McStas Readout Master 0.3.3
Loading...
Searching...
No Matches
ParameterPublisher Class Referenceabstract

Receives the per-point instrument parameter values as replay steps through a file. More...

#include <replay.h>

Inheritance diagram for ParameterPublisher:

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)
 

Detailed Description

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.

Definition at line 35 of file replay.h.

Member Function Documentation

◆ point_ready()

virtual void ParameterPublisher::point_ready ( size_t  )
inlinevirtual

Definition at line 39 of file replay.h.


The documentation for this class was generated from the following file: