![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| SocketRecv (u_short port) | |
| int | examine () |
| int | accept () |
| int | close () |
| int | sock () const |
| int | sender () const |
| void | sock (int sockid) |
| int | get (char *data, int len) |
| int | get_wordbuf (int *data, int len) |
| int | read (char *data, int len) |
| int | put (char *data, int len) |
| int | write (char *data, int len) |
| int | err () const |
| void | interrupt () |
| int | put (int sock, char *data, int len) |
| int | put_wordbuf (int sock, int *data, int len) |
| int | get (int sock, char *data, int len) |
| int | get_wordbuf (int sock, int *data, int len) |
| int | get_pxd (int sock, char *data, int len) |
| int | read_data (int sock, char *data, int len) |
| int | write_data (int sock, char *data, int len) |
Private Attributes | |
| SocketIO | m_io |
| int | m_sock |
| int | m_sender |
| int | m_errno |
| int | m_int |
Definition at line 48 of file SocketLib.h.
| SocketRecv | ( | u_short | port | ) |
Definition at line 204 of file SocketLib.cc.
| ~SocketRecv | ( | ) |
Definition at line 248 of file SocketLib.cc.
| int accept | ( | ) |
Definition at line 261 of file SocketLib.cc.
| int close | ( | ) |
Definition at line 280 of file SocketLib.cc.
| int err | ( | ) | const |
Definition at line 377 of file SocketLib.cc.
| int examine | ( | ) |
Definition at line 288 of file SocketLib.cc.
| int get | ( | char * | data, |
| int | len | ||
| ) |
Definition at line 311 of file SocketLib.cc.
|
inherited |
Definition at line 95 of file SocketLib.cc.
|
inherited |
as this is fixed .... might not be needed if taken care of in unpacker
Definition at line 126 of file SocketLib.cc.
| int get_wordbuf | ( | int * | data, |
| int | len | ||
| ) |
Definition at line 322 of file SocketLib.cc.
|
inherited |
Definition at line 109 of file SocketLib.cc.
| void interrupt | ( | void | ) |
Definition at line 382 of file SocketLib.cc.
| int put | ( | char * | data, |
| int | len | ||
| ) |
Definition at line 342 of file SocketLib.cc.
|
inherited |
Definition at line 36 of file SocketLib.cc.
|
inherited |
Definition at line 51 of file SocketLib.cc.
| int read | ( | char * | data, |
| int | len | ||
| ) |
Definition at line 333 of file SocketLib.cc.
|
inherited |
Definition at line 161 of file SocketLib.cc.
| int sender | ( | ) | const |
Definition at line 372 of file SocketLib.cc.
| int sock | ( | ) | const |
Definition at line 362 of file SocketLib.cc.
| void sock | ( | int | sockid | ) |
Definition at line 367 of file SocketLib.cc.
| int write | ( | char * | data, |
| int | len | ||
| ) |
Definition at line 352 of file SocketLib.cc.
|
inherited |
Definition at line 62 of file SocketLib.cc.
|
private |
Definition at line 74 of file SocketLib.h.
|
privateinherited |
Definition at line 44 of file SocketLib.h.
|
private |
Definition at line 71 of file SocketLib.h.
|
private |
Definition at line 73 of file SocketLib.h.
|
private |
Definition at line 72 of file SocketLib.h.