[cscore] Add USB camera change event (#3123)

This commit is contained in:
Peter Johnson
2021-01-31 18:52:48 -08:00
committed by GitHub
parent 5337258888
commit ba6fe8ff2e
12 changed files with 202 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ class Notifier : public wpi::CallbackManager<Notifier, impl::NotifierThread> {
const wpi::Twine& valueStr);
void NotifyNetworkInterfacesChanged();
void NotifyTelemetryUpdated();
void NotifyUsbCamerasChanged();
};
} // namespace cs