mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
cscore: Add Shutdown() function
This allows ordered shutdown / destruction of sources and sinks prior to global singleton destruction.
This commit is contained in:
@@ -51,6 +51,8 @@ class Instance {
|
||||
|
||||
static Instance& GetInstance();
|
||||
|
||||
void Shutdown();
|
||||
|
||||
wpi::Logger logger;
|
||||
Notifier notifier;
|
||||
Telemetry telemetry;
|
||||
|
||||
Reference in New Issue
Block a user