Gromacs
2024.3
|
#include <gromacs/modularsimulator/modularsimulatorinterfaces.h>
Interface for clients of the LastStepSignaller.
Defining registerLastStepCallback allows clients to register an arbitrary callback for notification by the signaller.
Public Member Functions | |
virtual | ~ILastStepSignallerClient ()=default |
Standard virtual destructor. | |
Protected Member Functions | |
virtual std::optional < SignallerCallback > | registerLastStepCallback ()=0 |
Return callback to LastStepSignaller. | |