#include <signal.h>
#include <iostream>
#include "cmdline.h"
Include dependency graph for examples/integration/cmdline.cpp:
Functions | |
void | showParams (const ConfigList &configs, FILE *f, const char *lineprefix) |
Shows the values of all parameters of the given configurable objects. | |
void | changeParams (ConfigList &configs, void(*onQuit)()) |
Asks the user for changing a parameter of the configurable objects. | |
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 |
|
Asks the user for changing a parameter of the configurable objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Shows the values of all parameters of the given configurable objects.
|
|
|
|
internals
|