#include "config/compiler.h"#include "core/include/frames.h"#include "core/include/definitions.h"#include "core/interface/wmp_interface.h"#include "core/include/wmp_misc.h"#include "core/include/ml_com.h"#include "core/include/ll_com.h"#include "core/include/frame_compress.h"#include "core/include/wmp_utils.h"#include "core/include/global.h"
Go to the source code of this file.
Functions | |
| void | closeMiddleLevelCom () |
| int | initMiddleLevelCom () |
| int | ml_calculate_duration (int rate, int size) |
| static int | ml_filter (char from) |
| int | ml_receive (wmpFrame *f, int timeout) |
| static int | ml_rx_error (wmpFrame *p) |
| int | ml_send (wmpFrame *p, int size) |
| void | ml_set_ett (int _use_ett, int _ett_mult, int _ett_max) |
| void | ml_set_filter (char *ftype, int param) |
| void | ml_set_rx_error (char *ftype, int param) |
| void | wmpForceTopology (char *name, int param) |
| void | wmpSetRxError (char *name, int rate) |
Variables | |
| static int | filter_param = 0 |
| static int | filter_type = 0 |
| static int | last_discarded = 0 |
| static int | last_discarded_type = 0 |
| static int | rx_error_param = 1 |
| static int | rx_error_type = 0 |
| static int | wack = 0 |
| void closeMiddleLevelCom | ( | void | ) |
| int initMiddleLevelCom | ( | void | ) |
| int ml_calculate_duration | ( | int | rate, |
| int | size | ||
| ) |
| int ml_receive | ( | wmpFrame * | f, |
| int | timeout | ||
| ) |
| static int ml_rx_error | ( | wmpFrame * | p | ) | [static] |
| void ml_set_ett | ( | int | _use_ett, |
| int | _ett_mult, | ||
| int | _ett_max | ||
| ) |
| void ml_set_filter | ( | char * | ftype, |
| int | param | ||
| ) |
| void ml_set_rx_error | ( | char * | ftype, |
| int | param | ||
| ) |
| void wmpForceTopology | ( | char * | name, |
| int | param | ||
| ) |
| void wmpSetRxError | ( | char * | name, |
| int | rate | ||
| ) |
int filter_param = 0 [static] |
int filter_type = 0 [static] |
int last_discarded = 0 [static] |
int last_discarded_type = 0 [static] |
int rx_error_param = 1 [static] |
int rx_error_type = 0 [static] |