|
Atrinik Server 2.5
|
Go to the source code of this file.
Data Structures | |
| struct | FaceInfo |
| struct | FaceSets |
Defines | |
| #define | MAX_FACE_SETS 1 |
| #define | MAX_IMAGE_SIZE 50000 |
Typedefs | |
| typedef struct FaceInfo | FaceInfo |
Functions | |
| int | is_valid_faceset (int fsn) |
| void | free_socket_images () |
| void | read_client_images () |
| void | SendFaceCmd (char *buf, int len, socket_struct *ns) |
| int | esrv_send_face (socket_struct *ns, short face_num) |
| void | face_get_data (int face, uint8 **ptr, uint16 *len) |
Variables | |
| static FaceSets | facesets [MAX_FACE_SETS] |
This file deals with the image related communication to the client.
Definition in file image.c.
| #define MAX_IMAGE_SIZE 50000 |
| int esrv_send_face | ( | socket_struct * | ns, |
| short | face_num | ||
| ) |
Sends a face to client.
| ns | Client's socket. |
| face_num | Face number to send. |
| void free_socket_images | ( | ) |
| int is_valid_faceset | ( | int | fsn | ) |
| void read_client_images | ( | ) |
| void SendFaceCmd | ( | char * | buf, |
| int | len, | ||
| socket_struct * | ns | ||
| ) |
1.7.4