#include "config/compiler.h"#include "wmp_config.h"#include "core/include/queues.h"#include "include/rssi_average.h"#include "include/wmp_com.h"#include "include/manage.h"#include "include/wmp_misc.h"#include "interface/wmp_interface.h"#include "include/nstat.h"#include "include/lqm.h"#include "include/prim.h"#include "include/argon.h"#include "include/ll_com.h"#include "include/flow_control.h"#include "include/kernel.h"#include "include/queue_core.h"
Go to the source code of this file.
Defines | |
| #define | FALSE 0 |
| #define | RS_DOWN 0 |
| #define | RS_INITIALIZED 1 |
| #define | RS_RUNNING 2 |
| #define | TRUE 1 |
Functions | |
| void | close_all (void) |
| void * | main_loop (void *param) |
| static | THREAD_T (th) |
| void | wmpExit (void) |
| int | wmpInit (void) |
| void | wmpInmediateExit (void) |
| int | wmpReadConfiguration (Status *) |
| void | wmpRun (void) |
| void | wmpRunBG (void) |
| void | wmpSetQuiet (void) |
| int | wmpSetup (char _node_id, char _num_nodes) |
| int | wmpSetupArg (char argc, char *argv[]) |
| int | wmpSetupList (int _node_id, int _num_nodes, int nparam,...) |
Variables | |
| static int | abort_requested = 0 |
| static SEM_T | barrier |
| static wmpFrame * | p |
| static wmpFrame * | q |
| static int | running_state = RS_DOWN |
| static SEM_T | sem |
| Status | status |
| #define RS_INITIALIZED 1 |
| #define RS_RUNNING 2 |
| static THREAD_T | ( | th | ) | [static] |
| void wmpInmediateExit | ( | void | ) |
| int wmpReadConfiguration | ( | Status * | ) |
Definition at line 45 of file interface/cross_space.h.
| void wmpRun | ( | void | ) |
| void wmpRunBG | ( | void | ) |
| void wmpSetQuiet | ( | void | ) |
| int wmpSetup | ( | char | node_id, |
| char | active_nodes | ||
| ) |
| int wmpSetupArg | ( | char | argc, |
| char * | argv[] | ||
| ) |
| int wmpSetupList | ( | int | _node_id, |
| int | _num_nodes, | ||
| int | nparam, | ||
| ... | |||
| ) |
int abort_requested = 0 [static] |
int running_state = RS_DOWN [static] |