Gromacs  2026.0-dev-20241213-9ac17bb
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
gmx::IEnergySignallerClient Class Referenceabstract

#include <gromacs/modularsimulator/modularsimulatorinterfaces.h>

+ Inheritance diagram for gmx::IEnergySignallerClient:

Description

Interface for clients of the EnergySignaller.

Defining registerEnergyCallback allows clients to register an arbitrary callback for notification by the signaller for every EnergySignallerEvent separately.

Public Member Functions

virtual ~IEnergySignallerClient ()=default
 Standard virtual destructor.
 

Protected Member Functions

virtual std::optional
< SignallerCallback
registerEnergyCallback (EnergySignallerEvent)=0
 Return callback to EnergySignaller.
 

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