#include <Configuration.h>
Public Types | |
| enum | NetType { NETWORK_UNKNOWN = 0, NETWORK_TCP = 1, NETWORK_UDP = 2, NETWORK_HTTP = 3 } |
Public Member Functions | |
| NetConfig (std::string name, NetType type, const std::string &address, int port, bool discovery=true) | |
| NetConfig (std::string name, NetType type, const ibrcommon::NetInterface &iface, int port, bool discovery=true) | |
| ~NetConfig () | |
Public Attributes | |
| std::string | name |
| NetType | type |
| ibrcommon::NetInterface | interface |
| std::string | address |
| int | port |
| bool | discovery |
Definition at line 28 of file Configuration.h.
Definition at line 31 of file Configuration.h.
| dtn::daemon::Configuration::NetConfig::NetConfig | ( | std::string | name, | |
| NetType | type, | |||
| const std::string & | address, | |||
| int | port, | |||
| bool | discovery = true | |||
| ) |
Definition at line 22 of file Configuration.cpp.
Referenced by dtn::daemon::Configuration::getInterfaces().
| dtn::daemon::Configuration::NetConfig::NetConfig | ( | std::string | name, | |
| NetType | type, | |||
| const ibrcommon::NetInterface & | iface, | |||
| int | port, | |||
| bool | discovery = true | |||
| ) |
Definition at line 17 of file Configuration.cpp.
| dtn::daemon::Configuration::NetConfig::~NetConfig | ( | ) |
Definition at line 27 of file Configuration.cpp.
| std::string dtn::daemon::Configuration::NetConfig::name |
Definition at line 43 of file Configuration.h.
| std::string dtn::daemon::Configuration::NetConfig::address |
Definition at line 48 of file Configuration.h.
1.5.6