Classes | |
class | DispatchMsg |
class | BaseCommunication |
class | CommunicationEvents |
class | EndpointDescriptor |
class | AribaBaseMsg |
class | AddressDiscovery |
class | NetworkChangeDetection |
class | NetworkChangeInterface |
class | NetworkInformation |
class | NetworkInterface |
Typedefs | |
typedef vector< NetworkInterface > | NetworkInterfaceList |
Functions | |
use_logging_cpp (BaseCommunication) | |
vsznDefault (EndpointDescriptor) | |
vsznDefault (AribaBaseMsg) | |
use_logging_cpp (NetworkChangeDetection) | |
ostream & | operator<< (ostream &o, const NetworkChangeInterface::NetworkChangeInfo &info) |
use_logging_cpp (NetworkInformation) | |
ostream & | operator<< (ostream &o, const NetworkInterface &iface) |
Variables | |
SystemEventType | TransportEvent ("Transport") |
SystemEventType | MessageDispatchEvent ("MessageDispatchEvent", TransportEvent) |
using_serialization | |
SystemEventType | NetworkChangeDetectionEventType ("NetworkChangeDetectionEventType") |
typedef vector<NetworkInterface> ariba::communication::NetworkInterfaceList |
Definition at line 89 of file NetworkInterface.h.
ostream& ariba::communication::operator<< | ( | ostream & | o, | |
const NetworkInterface & | iface | |||
) | [inline] |
Definition at line 91 of file NetworkInterface.h.
References ariba::communication::NetworkInterface::index, ariba::communication::NetworkInterface::isBroadcast, ariba::communication::NetworkInterface::isLoopback, ariba::communication::NetworkInterface::isMulticast, ariba::communication::NetworkInterface::isRunning, ariba::communication::NetworkInterface::isUp, ariba::communication::NetworkInterface::mtu, ariba::communication::NetworkInterface::name, and ariba::communication::NetworkInterface::txQueueLen.
ostream& ariba::communication::operator<< | ( | ostream & | o, | |
const NetworkChangeInterface::NetworkChangeInfo & | info | |||
) | [inline] |
Definition at line 91 of file NetworkChangeInterface.h.
References ariba::communication::NetworkChangeInterface::eventString(), ariba::communication::NetworkInterface::index, ariba::communication::NetworkChangeInterface::NetworkChangeInterface::_NetworkChangeInfo::interface, ariba::communication::NetworkInterface::name, and ariba::communication::NetworkChangeInterface::NetworkChangeInterface::_NetworkChangeInfo::type.
ariba::communication::use_logging_cpp | ( | NetworkInformation | ) |
ariba::communication::use_logging_cpp | ( | NetworkChangeDetection | ) |
ariba::communication::use_logging_cpp | ( | BaseCommunication | ) |
ariba::communication::vsznDefault | ( | AribaBaseMsg | ) |
ariba::communication::vsznDefault | ( | EndpointDescriptor | ) |
SystemEventType ariba::communication::MessageDispatchEvent("MessageDispatchEvent", TransportEvent) |
SystemEventType ariba::communication::NetworkChangeDetectionEventType("NetworkChangeDetectionEventType") |
SystemEventType ariba::communication::TransportEvent("Transport") |
Definition at line 50 of file EndpointDescriptor.h.