SoDaRadio-5.0.3-master:8901fb5
|
#include <UDSockets.hxx>
Public Member Functions | |
ClientSocket (const std::string &path, int startup_timeout_count=1) | |
~ClientSocket () | |
Public Member Functions inherited from SoDa::UD::NetSocket | |
NetSocket () | |
int | put (const void *ptr, unsigned int size) |
int | get (void *ptr, unsigned int size) |
Private Attributes | |
struct hostent * | server |
Additional Inherited Members | |
Public Attributes inherited from SoDa::UD::NetSocket | |
int | server_socket |
int | conn_socket |
int | portnum |
struct sockaddr_un server_address | client_address |
struct timeval | timeout |
Definition at line 91 of file UDSockets.hxx.
SoDa::UD::ClientSocket::ClientSocket | ( | const std::string & | path, |
int | startup_timeout_count = 1 |
||
) |
Definition at line 84 of file UDSockets.cxx.
References SoDa::UD::NetSocket::conn_socket.
|
inline |
Definition at line 94 of file UDSockets.hxx.
References SoDa::UD::NetSocket::conn_socket.
|
private |
Definition at line 96 of file UDSockets.hxx.