Provides the Python base view shared by concrete subscribers. More...
Classes | |
| class | Subscriber |
| Provides the common Python interface to a native subscriber. More... | |
Provides the Python base view shared by concrete subscribers.
Subscriber exposes the common reporting-frequency API used by DcdSubscriber, RestartSubscriber, and CudaIntegrator. User code should construct a concrete subscriber rather than instantiate the base wrapper.