ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
DestinationListHandler::TransportAddress Struct Reference

#include <oqueue.h>

Collaboration diagram for DestinationListHandler::TransportAddress:
Collaboration graph
[legend]

Public Member Functions

 TransportAddress (InetAddress na, tpport_t dtp, tpport_t ctp)
 
const InetAddress & getNetworkAddress () const
 
tpport_t getDataTransportPort () const
 
tpport_t getControlTransportPort () const
 

Data Fields

InetAddress networkAddress
 
tpport_t dataTransportPort
 
tpport_t controlTransportPort
 

Detailed Description

Definition at line 109 of file oqueue.h.

Constructor & Destructor Documentation

DestinationListHandler::TransportAddress::TransportAddress ( InetAddress  na,
tpport_t  dtp,
tpport_t  ctp 
)
inline

Definition at line 111 of file oqueue.h.

Member Function Documentation

tpport_t DestinationListHandler::TransportAddress::getControlTransportPort ( ) const
inline

Definition at line 122 of file oqueue.h.

tpport_t DestinationListHandler::TransportAddress::getDataTransportPort ( ) const
inline

Definition at line 119 of file oqueue.h.

const InetAddress& DestinationListHandler::TransportAddress::getNetworkAddress ( ) const
inline

Definition at line 116 of file oqueue.h.

Field Documentation

tpport_t DestinationListHandler::TransportAddress::controlTransportPort

Definition at line 126 of file oqueue.h.

tpport_t DestinationListHandler::TransportAddress::dataTransportPort

Definition at line 126 of file oqueue.h.

InetAddress DestinationListHandler::TransportAddress::networkAddress

Definition at line 125 of file oqueue.h.


The documentation for this struct was generated from the following file: