
#include <vector>#include <string>#include <conexus/factory.h>#include <conexus/registry.h>


Go to the source code of this file.
Namespaces | |
| namespace | Conexus |
Functions | |
| unsigned | Conexus::interface_index (const std::string &name) |
| std::string | Conexus::interface_name (unsigned ifindex) |
| std::vector< std::string > | Conexus::interface_names () |
| std::vector< std::pair < unsigned, std::string > > | Conexus::interfaces () |
| std::vector< std::pair < std::string, std::string > > | Conexus::interface_ip_addresses () |
| bool | Conexus::use_dispatcher_default () |
| void | Conexus::set_use_dispatcher_default (bool use_dispatcher_default) |
| void | Conexus::init (bool use_dispatcher_default=false) |
| The init method should be called before any conexus servers are started. | |
| bool | Conexus::initialized () |
| void | Conexus::set_default_multicast_hops (unsigned hops) |
| void | Conexus::set_default_multicast_loopback (bool loopback) |
| Factory & | Conexus::default_factory () |
| bool | Conexus::set_default_factory (Factory::pointer new_factory) |
| Registry & | Conexus::default_registry () |
| bool | Conexus::set_default_registry (Registry::pointer new_registry) |
Variables | |
| Factory::pointer | Conexus::__default_factory |
| Registry::pointer | Conexus::__default_registry |
1.5.7.1