#include <netinet/in.h>#include "socket.h"


Go to the source code of this file.
Classes | |
| union | uf_t |
| union | us_t |
| class | space |
Defines | |
| #define | TYPE_QUIT ((space_type) 0x80) |
| #define | TYPE_VOID ((space_type) 0x81) |
| #define | TYPE_TRIANGLE ((space_type) 0x82) |
| #define | TYPE_INTERPOL ((space_type) 0x83) |
| #define | SEND_QUIT ((space_type) 0x00) |
| #define | SEND_COORD ((space_type) 0x01) |
Typedefs | |
| typedef char | space_type |
Functions | |
| long | copy_float_to_buf (char *buf, double val) |
| void | copy_ushort_to_buf (char *buf, unsigned short val) |
| long | receive_float_from_buf (char *buf, double *val) |
| long | hashdouble (double val) |
| void | receive_ushort_from_buf (char *buf, unsigned short *val) |
| float | receive_long_from_buf (char *buf, long *val) |
| #define SEND_COORD ((space_type) 0x01) |
| #define SEND_QUIT ((space_type) 0x00) |
| #define TYPE_INTERPOL ((space_type) 0x83) |
| #define TYPE_QUIT ((space_type) 0x80) |
| #define TYPE_TRIANGLE ((space_type) 0x82) |
| #define TYPE_VOID ((space_type) 0x81) |
| typedef char space_type |
| void copy_ushort_to_buf | ( | char * | buf, | |
| unsigned short | val | |||
| ) | [inline] |
| long receive_float_from_buf | ( | char * | buf, | |
| double * | val | |||
| ) | [inline] |
| float receive_long_from_buf | ( | char * | buf, | |
| long * | val | |||
| ) | [inline] |
| void receive_ushort_from_buf | ( | char * | buf, | |
| unsigned short * | val | |||
| ) | [inline] |
1.5.3