libosmovty
0.6.3
Osmocom VTY library
|
Functions | |
void | vty_out_rate_ctr_group (struct vty *vty, const char *prefix, struct rate_ctr_group *ctrg) |
print a rate counter group to given VTY | |
char * | vty_cmd_string_from_valstr (void *ctx, const struct value_string *vals, const char *prefix, const char *sep, const char *end, int do_lower) |
Generate a VTY command string from value_string. |
void vty_out_rate_ctr_group | ( | struct vty * | vty, |
const char * | prefix, | ||
struct rate_ctr_group * | ctrg | ||
) |
print a rate counter group to given VTY
[in] | vty | The VTY to which it should be printed |
[in] | prefix | Any additional log prefix ahead of each line |
[in] | ctrg | Rate counter group to be printed |
References vty_out().