Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VrUDPSink< iType > Class Template Reference

#include <VrUDPSink.h>

Inheritance diagram for VrUDPSink< iType >:

VrSink< iType > VrSigProc List of all members.

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

template<class iType>
class VrUDPSink< iType >


Constructor & Destructor Documentation

template<class iType>
VrUDPSink< iType >::VrUDPSink char *  hostname,
int  port
[inline]
 

template<class iType>
virtual VrUDPSink< iType >::~VrUDPSink  )  [inline, virtual]
 


Member Function Documentation

template<class iType>
virtual void VrUDPSink< iType >::initialize  )  [inline, virtual]
 

Initialize any local state that is dependent on sampling frequency.

Reimplemented from VrSigProc.

template<class iType>
virtual const char* VrUDPSink< iType >::name  )  [inline, virtual]
 

default name for a module (override with actual name)

Reimplemented from VrSink< iType >.

template<class iType>
int VrUDPSink< iType >::work3 VrSampleRange  output,
VrSampleRange  inputs[],
void *  i[]
[virtual]
 

Implements VrSink< iType >.


Member Data Documentation

template<class iType>
struct hostent* VrUDPSink< iType >::he [private]
 

template<class iType>
long long VrUDPSink< iType >::next_time [private]
 

template<class iType>
int VrUDPSink< iType >::outputsize [private]
 

template<class iType>
int VrUDPSink< iType >::sockfd [private]
 

template<class iType>
struct sockaddr_in VrUDPSink< iType >::their_addr [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Mar 15 23:55:39 2005 for GNU Radio by  doxygen 1.4.0