mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Storage: Add CreateEntry function for Dispatcher use.
This commit is contained in:
@@ -109,6 +109,9 @@ class Storage {
|
||||
std::shared_ptr<StorageEntry> FindEntry(StringRef name) const;
|
||||
|
||||
// Accessors required by Dispatcher.
|
||||
std::shared_ptr<StorageEntry> CreateEntry(StringRef name,
|
||||
std::shared_ptr<Value> value,
|
||||
unsigned int flags);
|
||||
void GetUpdates(UpdateMap* updates, bool* delete_all);
|
||||
std::mutex& mutex() { return m_mutex; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user