Go to the source code of this file.
Data Structures | |
struct | tile_state |
The state structure. More... | |
Defines | |
#define | GT_ERROR 0 |
Verbosity Level: errors only. | |
#define | GT_NOTICE 1 |
Verbosity Level: notices and warnings. | |
#define | GT_CONFIG 2 |
Verbosity Level: config. | |
#define | GT_ACTION 3 |
Verbosity Level: actions. | |
#define | GT_DEBUG 4 |
Verbosity Level: debug. | |
#define | GT_TRACE 5 |
Verbosity Level: trace. | |
Functions | |
void | dumpConfig (struct tile_config *) |
Dump the program configuration and exit. | |
void | catch_sig (int sig_num) |
Catch a kill signal. |
|
Verbosity Level: actions.
|
|
Verbosity Level: config.
|
|
Verbosity Level: debug.
|
|
Verbosity Level: errors only.
|
|
Verbosity Level: notices and warnings.
|
|
Verbosity Level: trace.
|
|
Catch a kill signal.
|
|
Dump the program configuration and exit.
|