UDPVideoStreamSvr.cc File Reference

#include "UDPVideoStreamSvr.h"
#include "UDPControlInfo_m.h"

Functions

 Define_Module (UDPVideoStreamSvr)
std::ostream & operator<< (std::ostream &out, const UDPVideoStreamSvr::VideoStreamData &d)


Function Documentation

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 }


Generated on Wed Apr 4 13:20:18 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7