Skip to content
Snippets Groups Projects

Resolves #262 and resolves #126

Merged Iiro Rastas requested to merge feature/262/remove-configproxy into master
3 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -58,6 +58,8 @@ class Master {
ftl::config::json_t get(const ftl::UUID &peer, const std::string &uri);
ftl::config::json_t getConfigurable(const ftl::UUID &peer, const std::string &uri);
void watch(const std::string &uri, std::function<void()> f);
Eigen::Matrix4d getPose(const std::string &uri);
Loading