mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
committed by
Peter Johnson
parent
3d2f41d081
commit
417cf33f90
@@ -562,6 +562,11 @@ class NetworkTable : public ITable {
|
||||
* does not exist
|
||||
*/
|
||||
std::shared_ptr<nt::Value> GetValue(llvm::StringRef key) const override;
|
||||
|
||||
/**
|
||||
* Gets the full path of this table.
|
||||
*/
|
||||
llvm::StringRef GetPath() const override;
|
||||
};
|
||||
|
||||
#endif // NETWORKTABLE_H_
|
||||
|
||||
Reference in New Issue
Block a user