|
RocketLogger 2.1.3
|
Collaboration diagram for arguments:Data Fields | |
| char * | args [ARGP_ARGUMENTS_COUNT] |
| rl_config_t * | config |
| program arguments | |
| bool | config_reset |
| pointer to sampling configuration | |
| bool | config_set_default |
| whether to reset the stored default config | |
| bool | cli |
| whether to save provided config as default | |
| bool | json |
| flag for CLI command formatted config output | |
| bool | silent |
| flag for JSON formatted output | |
| bool | verbose |
| flag for silent output | |
The argument data structure to store parsed arguments
Definition at line 189 of file rocketlogger.c.
| char* arguments::args[ARGP_ARGUMENTS_COUNT] |
Definition at line 190 of file rocketlogger.c.
Referenced by main().
| bool arguments::cli |
whether to save provided config as default
Definition at line 194 of file rocketlogger.c.
Referenced by main().
| rl_config_t* arguments::config |
| bool arguments::config_reset |
pointer to sampling configuration
Definition at line 192 of file rocketlogger.c.
Referenced by main().
| bool arguments::config_set_default |
whether to reset the stored default config
Definition at line 193 of file rocketlogger.c.
Referenced by main().
| bool arguments::json |
flag for CLI command formatted config output
Definition at line 195 of file rocketlogger.c.
Referenced by main().
| bool arguments::silent |
| bool arguments::verbose |