Updated: October 28, 2024 |
Retrieve a provider's root namespace
#include <pips/pips.h>
pips_namespace_t* pips_provider_root(pips_provider_t *const provider)
This function retrieves the root namespace for the specified provider implementation. Clients can use the returned namespace instance to enumerate the topics in the provider, using pips_namespace_next_child().
On success, a pointer to the root namespace of the named provider. On error, NULL (errno is set).