Skip to content

Commit

Permalink
[eclipse-iceoryx#264] Finalize C binding for config
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Sep 9, 2024
1 parent 28fdcc5 commit 5365d3c
Show file tree
Hide file tree
Showing 3 changed files with 948 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx2-ffi/cxx/include/iox2/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class Defaults {

Config* m_config;
};

} // namespace config

/// Non-owning view of a [`Config`].
Expand Down Expand Up @@ -185,6 +184,7 @@ class Config {
auto operator=(Config&& rhs) noexcept -> Config&;

auto global() -> config::Global;
auto defaults() -> config::Defaults;

/// Returns a [`ConfigView`] to the current global config.
static auto global_config() -> ConfigView;
Expand Down
Loading

0 comments on commit 5365d3c

Please sign in to comment.