|
Gromacs
2026.0-dev-20251107-70abc26
|
#include <gromacs/modularsimulator/signallers.h>
Inheritance diagram for gmx::LastStepSignaller:
Collaboration diagram for gmx::LastStepSignaller:Element signalling the last step.
This element informs its clients via callbacks when the last step is happening.
Public Types | |
| typedef ILastStepSignallerClient | Client |
| Define client type. | |
Public Member Functions | |
| void | signal (Step step, Time time) override |
| Run the signaller at a specific step / time. More... | |
| void | setup () override |
| Check that necessary registration was done. | |
Public Member Functions inherited from gmx::ISignaller | |
| virtual | ~ISignaller ()=default |
| Standard virtual destructor. | |
Public Member Functions inherited from gmx::INeighborSearchSignallerClient | |
| virtual | ~INeighborSearchSignallerClient ()=default |
| Standard virtual destructor. | |
Friends | |
| class | SignallerBuilder< LastStepSignaller > |
| Allow builder to construct. | |
Additional Inherited Members |
Run the signaller at a specific step / time.
Informs callbacks if this is the last step
| step | The current time step |
| time | The current time |
Implements gmx::ISignaller.
1.8.5