#include <TIL_DeepSocketHandler.h>
Public Member Functions | |
| TIL_DeepSocketHandler (pid_t client, UT_NetSocket *socket, TIL_DeepReader *reader) | |
| ~TIL_DeepSocketHandler () | |
| int | getFileDescriptor () const |
| UT_NetSocket * | getSocket () |
| int | processInput (int max_packets=1e8) |
| bool | terminate (bool kill_proc=true) |
| void | setMousePosition (int mx, int my) |
Definition at line 32 of file TIL_DeepSocketHandler.h.
| TIL_DeepSocketHandler::TIL_DeepSocketHandler | ( | pid_t | client, | |
| UT_NetSocket * | socket, | |||
| TIL_DeepReader * | reader | |||
| ) |
| TIL_DeepSocketHandler::~TIL_DeepSocketHandler | ( | ) |
| int TIL_DeepSocketHandler::getFileDescriptor | ( | ) | const |
| UT_NetSocket* TIL_DeepSocketHandler::getSocket | ( | ) | [inline] |
Definition at line 40 of file TIL_DeepSocketHandler.h.
| int TIL_DeepSocketHandler::processInput | ( | int | max_packets = 1e8 |
) |
| void TIL_DeepSocketHandler::setMousePosition | ( | int | mx, | |
| int | my | |||
| ) |
| bool TIL_DeepSocketHandler::terminate | ( | bool | kill_proc = true |
) |
1.5.9