|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/modularsimulator/modularsimulatorinterfaces.h>
Inheritance diagram for gmx::ILastStepSignallerClient: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. | |
1.8.5