#include <signal.h>#include <stdio.h>#include <string.h>#include <iostream>#include "cmdline.h"#include <selforg/configurable.h>#include <vector>

Functions | |
| void | showParams (const ConfigList &configs, FILE *f, const char *lineprefix) |
| void | changeParams (ConfigList &configs, void(*onQuit)()) |
| vector< string > | splitString (const string &str, char seperator) |
| void | cmd_handler_exit (void) |
| void | cmd_handler_cleanup (void) |
| void | control_c (int i) |
| void | cmd_handler_init () |
| bool | control_c_pressed () |
| void | cmd_begin_input () |
| void | cmd_end_input () |
Variables | |
| int | Control_C = 0 |
| internals | |
| void changeParams | ( | ConfigList & | configs, | |
| void(*)() | onQuit | |||
| ) |
| void cmd_begin_input | ( | ) |
| void cmd_end_input | ( | ) |
| void cmd_handler_cleanup | ( | void | ) |
| void cmd_handler_exit | ( | void | ) |
| void cmd_handler_init | ( | ) |
| void control_c | ( | int | i | ) |
| bool control_c_pressed | ( | ) |
| void showParams | ( | const ConfigList & | configs, | |
| FILE * | f, | |||
| const char * | lineprefix | |||
| ) |
| vector<string> splitString | ( | const string & | str, | |
| char | seperator | |||
| ) |
| int Control_C = 0 |
internals
1.6.3