#include "config/compiler.h"#include "core/include/wmp_com.h"#include "core/include/wmp_misc.h"#include "core/include/wmp_utils.h"#include "core/include/global.h"#include "core/include/ml_com.h"
Go to the source code of this file.
Functions | |
| char | f_rssi (char rssi) |
| char | getSimulatedRssi (char to) |
| void | initComLayer () |
| void | rssi_set_f (char(*f)(char)) |
| int | vigilant_sleep (wmpFrame *p, wmpFrame *q) |
| int | wmp_send_retry (wmpFrame *p) |
| void | wmp_send_setup (wmpFrame *p) |
| int | wmpInterpretAck (wmpFrame **p, wmpFrame **q) |
| int | wmpInterpretReceived (wmpFrame **p, wmpFrame **q) |
| int | wmpReceive (wmpFrame *q) |
| int | wmpSend (wmpFrame *p) |
| void | wmpSendAck (wmpFrame *p) |
| void | wmpSendDrop (wmpFrame *p) |
| int | wmpUpdateAcknowkedgedRssi (wmpFrame *q) |
| int | wmpUpdateReceivedRssi (wmpFrame *q) |
| void | wmpUpdateRssi (wmpFrame *p) |
| int | wmpWaitAck (wmpFrame *q) |
Variables | |
| static char(* | fp )(char) |
| struct { | |
| unsigned char from | |
| int serial | |
| unsigned char to | |
| unsigned char type | |
| } | lastRX |
| struct { | |
| unsigned char from | |
| int serial | |
| unsigned char to | |
| unsigned char type | |
| } | lastTX |
| char(*)(char) | rssi_get_f () |
| char getSimulatedRssi | ( | char | to | ) |
| void initComLayer | ( | void | ) |
| void rssi_set_f | ( | char(*)(char) | f | ) |
| int vigilant_sleep | ( | wmpFrame * | p, |
| wmpFrame * | q | ||
| ) |
| int wmp_send_retry | ( | wmpFrame * | p | ) |
| void wmp_send_setup | ( | wmpFrame * | p | ) |
| int wmpInterpretAck | ( | wmpFrame ** | p, |
| wmpFrame ** | q | ||
| ) |
| int wmpInterpretReceived | ( | wmpFrame ** | p, |
| wmpFrame ** | q | ||
| ) |
| int wmpReceive | ( | wmpFrame * | q | ) |
| void wmpSendAck | ( | wmpFrame * | p | ) |
| void wmpSendDrop | ( | wmpFrame * | p | ) |
| int wmpUpdateAcknowkedgedRssi | ( | wmpFrame * | q | ) |
| int wmpUpdateReceivedRssi | ( | wmpFrame * | q | ) |
| void wmpUpdateRssi | ( | wmpFrame * | p | ) |
| int wmpWaitAck | ( | wmpFrame * | q | ) |
| struct { ... } lastRX |
| struct { ... } lastTX |
| char(*)(char) rssi_get_f() |