EchoLib  1.3.3
Classes | Functions
EchoLink Namespace Reference

Namespace to encapsulate EchoLink communication classes. More...

Classes

class  Directory
 A class for accessing an EchoLink directory server. More...
 
class  Dispatcher
 A class for handling incoming connections and dispatch active connections. More...
 
class  Proxy
 Implements the EchoLink Proxy protocol. More...
 
class  Qso
 A class for creating an EchoLink connection. More...
 
class  StationData
 A class for representing data for a station. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const StationData &station)
 

Detailed Description

Namespace to encapsulate EchoLink communication classes.

All the EchoLink classes are encapsulated in the EchoLink namespace to group them together.

Function Documentation

std::ostream& EchoLink::operator<< ( std::ostream &  os,
const StationData station 
)
Parameters
osThe stream to output data to
stationThe station data to output to the stream