#include <TransportConfig.h>
Inheritance diagram for OpenDDS::DCPS::TransportConfig:


Public Member Functions | |
| std::string | name () const |
| void | sorted_insert (const TransportInst_rch &inst) |
Public Attributes | |
| std::vector< TransportInst_rch > | instances_ |
| bool | swap_bytes_ |
| unsigned long | passive_connect_duration_ |
Private Member Functions | |
| TransportConfig (const std::string &name) | |
| ~TransportConfig () | |
Private Attributes | |
| const std::string | name_ |
Friends | |
| class | TransportRegistry |
| OpenDDS::DCPS::TransportConfig::TransportConfig | ( | const std::string & | name | ) | [explicit, private] |
| OpenDDS::DCPS::TransportConfig::~TransportConfig | ( | ) | [private] |
| std::string OpenDDS::DCPS::TransportConfig::name | ( | ) | const [inline] |
| void OpenDDS::DCPS::TransportConfig::sorted_insert | ( | const TransportInst_rch & | inst | ) |
Insert the TransportInst in sorted order (by name) in the instances_ list. Use when the names of the TransportInst objects are specifically assigned to have the sorted order make sense.
friend class TransportRegistry [friend] |
const std::string OpenDDS::DCPS::TransportConfig::name_ [private] |
The time period in milliseconds for the acceptor side of a connection to wait for the connection. The default is 0 (wait forever)
1.4.7