mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpilibj] Add Preferences.getNetworkTable() (#7962)
This commit is contained in:
@@ -97,6 +97,15 @@ public final class Preferences {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the network table used for preferences entries.
|
||||
*
|
||||
* @return the network table used for preferences entries
|
||||
*/
|
||||
public static NetworkTable getNetworkTable() {
|
||||
return m_table;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the preferences keys.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user