#include <VrUDPSink.h>
Inheritance diagram for VrUDPSink< iType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work3 (VrSampleRange output, VrSampleRange inputs[], void *i[]) |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
VrUDPSink (char *hostname, int port) | |
virtual | ~VrUDPSink () |
Private Attributes | |
int | sockfd |
int | outputsize |
sockaddr_in | their_addr |
hostent * | he |
long long | next_time |
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc. |
|
default name for a module (override with actual name)
Reimplemented from VrSink< iType >. |
|
Implements VrSink< iType >. |
|
|
|
|
|
|
|
|
|
|