SpECTRE
v2024.09.29
|
Definition of a measurement for the control systems. More...
#include <Measurement.hpp>
Classes | |
struct | test |
Definition of a measurement for the control systems.
A class conforming to this protocol is referenced from each control system to define measurements to be made. Multiple control systems can share the same measurement.
A conforming class must provide a submeasurements
type alias to a tmpl::list
of structs conforming to the Submeasurement protocol.
Here's an example for a class conforming to this protocol: