mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Implement GetConnections().
This commit is contained in:
@@ -126,7 +126,7 @@ void SetUpdateRate(double interval) {
|
||||
}
|
||||
|
||||
std::vector<ConnectionInfo> GetConnections() {
|
||||
return std::vector<ConnectionInfo>();
|
||||
return Dispatcher::GetInstance().GetConnections();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user