#include <VrUDPSource.h>
Inheritance diagram for VrUDPSource< oType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work2 (VrSampleRange output, void *o[]) |
VrUDPSource (double sampling_freq, int port) | |
virtual | ~VrUDPSource () |
Protected Attributes | |
int | sockfd |
sockaddr_in | my_addr |
sockaddr_in | their_addr |
unsigned char | tempbuf [MAX_UDP_SIZE] |
int | tempbuf_index |
int | tempbuf_size |
|
|
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSource< oType >.
|
|
Implements VrSource< oType >.
|
|
|
|
|
|
|
|
|
|
|
|
|