
Go to the source code of this file.
Typedefs | |
| typedef unsigned char | uchar |
Functions | |
| void | socketSendThread (int sockClient, char *data, int data_lengh) |
| void | stopThread (int sockClient) |
Variables | |
| bool | reply_success = false |
| bool | send_success = false |
| typedef unsigned char uchar |
Definition at line 6 of file data_engine.cpp.
| void socketSendThread | ( | int | sockClient, |
| char * | data, | ||
| int | data_lengh | ||
| ) |
Definition at line 34 of file data_engine.cpp.
| void stopThread | ( | int | sockClient | ) |
Definition at line 52 of file data_engine.cpp.
| bool reply_success = false |
Definition at line 9 of file data_engine.cpp.
| bool send_success = false |
Definition at line 8 of file data_engine.cpp.