mirror of
https://github.com/craigerl/aprsd.git
synced 2026-01-19 03:55:42 -05: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.