Go to the documentation of this file.
23 #ifndef INCLUDED_GR_UDP_SOURCE_H
24 #define INCLUDED_GR_UDP_SOURCE_H
56 const std::string &host,
int port,
57 int payload_size=1472,
68 virtual void connect(
const std::string &host,
int port) = 0;
72 virtual void disconnect() = 0;
75 virtual int payload_size() = 0;
78 virtual int get_port() = 0;