#include "rtc/rtcBase.h"#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <termios.h>#include <unistd.h>
Go to the source code of this file.
| Namespaces | |
| namespace | rtc | 
| Functions | |
| int | rtc::rtc_carp_get_verbose (void) | 
| void | rtc::rtc_carp_set_output (FILE *output) | 
| void void void void void void | rtc::rtc_carp_set_verbose (int verbosity) | 
| void void void void | rtc::rtc_die (const char *fmt,...) __attribute__((format(printf | 
| void void void void void | rtc::rtc_die_syserror (const char *fmt,...) __attribute__((format(printf | 
| bool | rtc::rtc_find_commandline_parameter (int argc, char **argv, const char *param) | 
| bool | rtc::rtc_find_commandline_parameter (int argc, char **argv, const char *param, char *param_value) | 
| void | rtc::rtc_perror (const char *fmt,...) __attribute__((format(printf | 
| void | rtc::rtc_progress_bar_print (double current, double total) | 
| void void | rtc::rtc_verbose (const char *fmt,...) __attribute__((format(printf | 
| void void void | rtc::rtc_warn (const char *fmt,...) __attribute__((format(printf | 
| Variables | |
| static FILE * | rtc::rtc_carp_output = NULL | 
| static int | rtc::rtc_carp_verbose = 1 |