EchoLib
1.3.3
|
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) |
Namespace to encapsulate EchoLink communication classes.
All the EchoLink classes are encapsulated in the EchoLink namespace to group them together.
std::ostream& EchoLink::operator<< | ( | std::ostream & | os, |
const StationData & | station | ||
) |
os | The stream to output data to |
station | The station data to output to the stream |