#include <Configuration.h>

Public Types | |
| enum | NetType { NETWORK_UNKNOWN = 0, NETWORK_TCP = 1, NETWORK_UDP = 2, NETWORK_HTTP = 3, NETWORK_LOWPAN = 4 } |
Public Member Functions | |
| NetConfig (std::string name, NetType type, const std::string &url, bool discovery=true) | |
| NetConfig (std::string name, NetType type, const ibrcommon::vaddress &address, int port, bool discovery=true) | |
| NetConfig (std::string name, NetType type, const ibrcommon::vinterface &iface, int port, bool discovery=true) | |
| NetConfig (std::string name, NetType type, int port, bool discovery=true) | |
| virtual | ~NetConfig () |
Public Attributes | |
| std::string | name |
| NetType | type |
| std::string | url |
| ibrcommon::vinterface | interface |
| ibrcommon::vaddress | 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 & | url, | |||
| bool | discovery = true | |||
| ) |
Definition at line 28 of file Configuration.cpp.
Referenced by dtn::daemon::Configuration::Network::load().
| dtn::daemon::Configuration::NetConfig::NetConfig | ( | std::string | name, | |
| NetType | type, | |||
| const ibrcommon::vaddress & | address, | |||
| int | port, | |||
| bool | discovery = true | |||
| ) |
Definition at line 38 of file Configuration.cpp.
| dtn::daemon::Configuration::NetConfig::NetConfig | ( | std::string | name, | |
| NetType | type, | |||
| const ibrcommon::vinterface & | iface, | |||
| int | port, | |||
| bool | discovery = true | |||
| ) |
Definition at line 33 of file Configuration.cpp.
| dtn::daemon::Configuration::NetConfig::NetConfig | ( | std::string | name, | |
| NetType | type, | |||
| int | port, | |||
| bool | discovery = true | |||
| ) |
Definition at line 43 of file Configuration.cpp.
| dtn::daemon::Configuration::NetConfig::~NetConfig | ( | ) | [virtual] |
Definition at line 48 of file Configuration.cpp.
Definition at line 50 of file Configuration.h.
Definition at line 52 of file Configuration.h.
Definition at line 49 of file Configuration.h.
Referenced by createConvergenceLayers(), and main().
| std::string dtn::daemon::Configuration::NetConfig::name |
Definition at line 46 of file Configuration.h.
Definition at line 51 of file Configuration.h.
Referenced by createConvergenceLayers(), and main().
Definition at line 47 of file Configuration.h.
Referenced by createConvergenceLayers().
| std::string dtn::daemon::Configuration::NetConfig::url |
Definition at line 48 of file Configuration.h.
Referenced by createConvergenceLayers().
1.7.1