This header includes all interfaces from all modules. More...
Data Structures | |
struct | global_dummy_message |
Used when the message has meaning by itself and no important data is to be sent. So far used by all server/query by shared memory modules. More... | |
struct | global_shminfo_message |
struct | global_server_shminfo_message |
Used when the a server module as to respond a shared memory information query. More... | |
Files | |
file | lar.h |
The standart lar.h include. Includes everything ussually nedeed. Includes carmen.h. | |
Defines | |
#define | PFLN {printf("DEBUG PRINT FILE %s LINE %d\n",__FILE__,__LINE__);} |
#define | PLN {printf("DEBUG PRINT LINE %d\n",__LINE__);} |
#define | PVV(a) {printf("DEBUG PRINT FILE %s LINE %d value = %d\n",__FILE__, __LINE__,(int)(a));} |
#define | _cast_to_carmen_param_change_handler_t_ (void (*)(char*, char*,char*)) |
#define | printc(a, b) {printf("%c[1;%d;48m", 0x1B, (b) +30);printf(a);printf("\33[0m");fflush(stdout);} |
#define | printnc(a, b, c) {printf("%c[1;%d;48m", 0x1B, (c) +30);printf(a,b);printf("\33[0m");fflush(stdout);} |
This header includes all interfaces from all modules.
#define _cast_to_carmen_param_change_handler_t_ (void (*)(char*, char*,char*)) |
#define PLN {printf("DEBUG PRINT LINE %d\n",__LINE__);} |
#define printc | ( | a, | |||
b | ) | {printf("%c[1;%d;48m", 0x1B, (b) +30);printf(a);printf("\33[0m");fflush(stdout);} |
Referenced by control_mapping(), initialize_gamepad(), main(), optional_signs_computation(), select_ini_file(), and shutdown_module().
#define printnc | ( | a, | |||
b, | |||||
c | ) | {printf("%c[1;%d;48m", 0x1B, (c) +30);printf(a,b);printf("\33[0m");fflush(stdout);} |
Referenced by copie_lines_to_list(), on_signal(), and read_pid().