#include "wmp_config.h"
Go to the source code of this file.
Classes | |
struct | __attribute__ |
struct | __attribute__ |
struct | __attribute__ |
struct | __attribute__ |
struct | __attribute__ |
struct | __attribute__ |
struct | __attribute__ |
Defines | |
#define | ACK 6 |
#define | AURA_MSG 4 |
#define | AUTHORIZATION 3 |
#define | BURST 1 |
#define | DROP_TOKEN 5 |
#define | FRESH_TOKEN 1 |
#define | MESSAGE 4 |
#define | RESCHEDULED 2 |
#define | TOKEN 2 |
Functions | |
char * | wmp_get_frame_routing_pointer (wmpFrame *t) |
char * | wmp_get_frame_routing_pointer_new_tree (wmpFrame *t) |
char * | wmp_get_frame_routing_pointer_status (wmpFrame *t) |
char * | wmp_get_frame_tail_pointer (wmpFrame *t) |
int | wmp_get_frame_total_lenght (wmpFrame *t) |
char * | wmp_get_message_data_pointer (wmpFrame *t) |
#define AUTHORIZATION 3 |
#define DROP_TOKEN 5 |
#define FRESH_TOKEN 1 |
#define RESCHEDULED 2 |
char* wmp_get_frame_routing_pointer | ( | wmpFrame * | t | ) |
Definition at line 61 of file basic/frames.c.
char* wmp_get_frame_routing_pointer_new_tree | ( | wmpFrame * | t | ) |
Definition at line 75 of file tree/frames.c.
char* wmp_get_frame_routing_pointer_status | ( | wmpFrame * | t | ) |
Definition at line 81 of file tree/frames.c.
char* wmp_get_frame_tail_pointer | ( | wmpFrame * | t | ) |
Definition at line 45 of file basic/frames.c.
int wmp_get_frame_total_lenght | ( | wmpFrame * | t | ) |
Definition at line 84 of file basic/frames.c.
char* wmp_get_message_data_pointer | ( | wmpFrame * | t | ) |
Definition at line 76 of file basic/frames.c.