|
HARDT - The Ham Radio DSP Toolkit
|
1 #ifndef __HNETWORKWRITER_H
2 #define __HNETWORKWRITER_H
4 #include <sys/socket.h>
30 int Write(T* src,
size_t blocksize);
void SetSocket(int socket)
Definition: hnetworkwriter.cpp:21
HNetworkWriter()
Definition: hnetworkwriter.cpp:11
int Write(T *src, size_t blocksize)
Definition: hnetworkwriter.cpp:27
bool Command(HCommand *command)
Definition: hnetworkwriter.h:33
Definition: hcommand.h:81
Definition: hnetworkwriter.h:12