#include "UDPVideoStreamSvr.h"#include "UDPControlInfo_m.h"Go to the source code of this file.
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] |
Definition at line 30 of file UDPVideoStreamSvr.cc.
{
out << "client=" << d.clientAddr << ":" << d.clientPort
<< " size=" << d.videoSize << " pksent=" << d.numPkSent << " bytesleft=" << d.bytesLeft;
return out;
}
1.7.1