#include "Core/precomp.h"#include <sys/time.h>#include <unistd.h>#include <dlfcn.h>#include <errno.h>#include <dirent.h>#include <signal.h>#include <assert.h>#include <iostream>#include <stdio.h>#include <stdlib.h>#include "API/core.h"#include "implementation.h"#include "appconf.h"#include "API/display.h"#include "API/sound.h"#include "Display/System/Generic/setupdisplay_generic.h"#include "Sound/System/Generic/setupsound_generic.h"#include <Hermes/Hermes.h>#include "init_linux.h"Include dependency graph for init_linux.cpp:

Go to the source code of this file.
Compounds | |
| struct | target_structure |
Defines | |
| #define | TARGET_DISPLAY 0 |
| #define | TARGET_SOUND 1 |
| #define | TARGET_NETWORK 2 |
Functions | |
| void | redirect_to_console (const char *title) |
| int | select_display_target (const struct dirent *d) |
| int | select_sound_target (const struct dirent *d) |
| int | select_network_target (const struct dirent *d) |
| target_structure* | detect_targets (int target_type, const char *target_dir) |
| void | deinit () |
| void | init_system () |
| void | deinit_system () |
Variables | |
| CL_DisplayCard* | cl_current_displaycard = NULL |
| CL_SoundCard* | cl_current_soundcard = NULL |
| long | _begin_time |
| int | num_targets_display = 6 |
| int | num_targets_sound = 1 |
| int | num_targets_network = 1 |
| int | init_ref_count = 0 |
|
|
Definition at line 53 of file init_linux.cpp. |
|
|
Definition at line 55 of file init_linux.cpp. |
|
|
Definition at line 54 of file init_linux.cpp. |
|
|
Definition at line 503 of file init_linux.cpp. Referenced by deinit_system(). |
|
|
Definition at line 540 of file init_linux.cpp. |
|
|
Definition at line 267 of file init_linux.cpp. |
|
|
Definition at line 523 of file init_linux.cpp. |
|
|
Definition at line 45 of file init_linux.cpp. |
|
|
Definition at line 72 of file init_linux.cpp. |
|
|
Definition at line 101 of file init_linux.cpp. |
|
|
Definition at line 86 of file init_linux.cpp. |
|
|
Definition at line 68 of file init_linux.cpp. |
|
|
Definition at line 66 of file init_linux.cpp. |
|
|
Definition at line 67 of file init_linux.cpp. |
|
|
Definition at line 522 of file init_linux.cpp. |
|
|
Definition at line 263 of file init_linux.cpp. |
|
|
Definition at line 265 of file init_linux.cpp. |
|
|
Definition at line 264 of file init_linux.cpp. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001