mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-02 21:27:56 -04:00
This patch updates the APRSDPluginBase class to include standard methods for allowing plugins to create, start, stop threads that the plugin might need/use. Also update the aprsd-dev to correctly start the threads and stop them for testing plugin functionality. Also added more unit tests and fake objects for unit tests.