mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Implement Flush() API.
This commit is contained in:
@@ -44,7 +44,10 @@ std::vector<EntryInfo> GetEntryInfo(StringRef prefix, unsigned int types) {
|
||||
return std::vector<EntryInfo>();
|
||||
}
|
||||
|
||||
void Flush() {}
|
||||
void Flush() {
|
||||
Dispatcher& dispatcher = Dispatcher::GetInstance();
|
||||
dispatcher.Flush();
|
||||
}
|
||||
|
||||
/*
|
||||
* Callback Creation Functions
|
||||
|
||||
Reference in New Issue
Block a user