libosmovty  0.6.3
Osmocom VTY library
Rate_ctr

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.

Detailed Description

Function Documentation

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

Parameters
[in]vtyThe VTY to which it should be printed
[in]prefixAny additional log prefix ahead of each line
[in]ctrgRate counter group to be printed

References vty_out().