mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
committed by
Peter Johnson
parent
3d2f41d081
commit
417cf33f90
@@ -576,3 +576,7 @@ std::shared_ptr<nt::Value> NetworkTable::GetValue(StringRef key) const {
|
||||
path += key;
|
||||
return nt::GetEntryValue(path);
|
||||
}
|
||||
|
||||
StringRef NetworkTable::GetPath() const {
|
||||
return m_path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user