#include "core/include/frames.h"
Go to the source code of this file.
Functions | |
int | valid_frame (wmpFrame *p, int nbytes, int num_nodes) |
char * | wmp_get_frame_routing_pointer (wmpFrame *t, int n_nodes) |
char * | wmp_get_frame_routing_pointer_tree (wmpFrame *t, int n_nodes) |
char * | wmp_get_frame_tail_pointer (wmpFrame *t, int n_nodes) |
int | wmp_get_frame_total_lenght (wmpFrame *t, int n_nodes) |
char * | wmp_get_message_data_pointer (wmpFrame *t) |
int valid_frame | ( | wmpFrame * | p, |
int | nbytes, | ||
int | num_nodes | ||
) |
Definition at line 75 of file wmp_specific.cc.
char* wmp_get_frame_routing_pointer | ( | wmpFrame * | t, |
int | n_nodes | ||
) |
Definition at line 57 of file wmp_specific.cc.
char* wmp_get_frame_routing_pointer_tree | ( | wmpFrame * | t, |
int | n_nodes | ||
) |
Definition at line 153 of file wmp_specific.cc.
char* wmp_get_frame_tail_pointer | ( | wmpFrame * | t, |
int | n_nodes | ||
) |
Definition at line 42 of file wmp_specific.cc.
int wmp_get_frame_total_lenght | ( | wmpFrame * | t, |
int | n_nodes | ||
) |
Definition at line 94 of file wmp_specific.cc.
char* wmp_get_message_data_pointer | ( | wmpFrame * | t | ) |
Definition at line 137 of file wmp_specific.cc.