![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Abstract base interface for all plug-in services registered with the SWMMVis visualiser at runtime. More...
Go to the source code of this file.
Classes | |
| class | OpenSWMMVisService |
| Abstract base class for all OpenSWMMVis plug-in services. More... | |
Abstract base interface for all plug-in services registered with the SWMMVis visualiser at runtime.
Services are registered by name and version using a static service registry. Callers retrieve a service by name, pass a request object, and receive a response object. The interface is intentionally thin so that new services can be added without modifying the host application.