#include "UDPVideoStreamSvr.h"
#include "UDPControlInfo_m.h"
Functions | |
Define_Module (UDPVideoStreamSvr) | |
std::ostream & | operator<< (std::ostream &out, const UDPVideoStreamSvr::VideoStreamData &d) |
Define_Module | ( | UDPVideoStreamSvr | ) |
std::ostream& operator<< | ( | std::ostream & | out, | |
const UDPVideoStreamSvr::VideoStreamData & | d | |||
) | [inline] |
00031 { 00032 out << "client=" << d.clientAddr << ":" << d.clientPort 00033 << " size=" << d.videoSize << " pksent=" << d.numPkSent << " bytesleft=" << d.bytesLeft; 00034 return out; 00035 }