#include "config/compiler.h"
#include "wmp_config.h"
#include "core/include/manage.h"
#include "core/include/flow_control.h"
#include "core/include/queue_core.h"
#include "core/include/aura.h"
#include "core/include/wmp_utils.h"
#include "core/include/task_timing.h"
Go to the source code of this file.
Functions | |
static int | confirmed (unsigned int ack, unsigned short ack_hash, short ack_part) |
int | create_authorization (wmpFrame *t) |
int | create_message (wmpFrame *t) |
int | create_new_token (wmpFrame *t) |
int | enqueue_message (wmpFrame *t) |
int | evaluate_authorization (wmpFrame *t) |
int | evaluate_foreign (wmpFrame *t) |
int | evaluate_message (wmpFrame *t) |
int | evaluate_token (wmpFrame *t) |
static signed char | getNext (wmpFrame *t) |
int | manage_authorization_expired_timeout (wmpFrame *t) |
int | manage_message_expired_timeout (wmpFrame *t) |
int | manage_token_expired_timeout (wmpFrame *t) |
Variables | |
char | isolated_count [32] |
static int confirmed | ( | unsigned int | ack, |
unsigned short | ack_hash, | ||
short | ack_part | ||
) | [static] |
int create_authorization | ( | wmpFrame * | t | ) |
int create_message | ( | wmpFrame * | t | ) |
int create_new_token | ( | wmpFrame * | t | ) |
int enqueue_message | ( | wmpFrame * | t | ) |
int evaluate_authorization | ( | wmpFrame * | t | ) |
int evaluate_foreign | ( | wmpFrame * | t | ) |
int evaluate_message | ( | wmpFrame * | t | ) |
int evaluate_token | ( | wmpFrame * | t | ) |
int manage_authorization_expired_timeout | ( | wmpFrame * | t | ) |
int manage_message_expired_timeout | ( | wmpFrame * | t | ) |
int manage_token_expired_timeout | ( | wmpFrame * | t | ) |
char isolated_count[32] |