#include <bsp_exptable.h>
Data Fields | |
unsigned int | size |
Size of the variable-length data stored after this structure. | |
unsigned int | next |
Pointer to next element of same type. | |
_DInfo | info |
Specific info of an element. |
Definition at line 180 of file bsp_exptable.h.
|
Specific info of an element.
Definition at line 184 of file bsp_exptable.h. Referenced by bsp_pop_reg(), bsp_push_reg(), bsp_put(), bsp_send(), bsp_set_tagsize(), and requestTable_execute(). |
|
Pointer to next element of same type.
Definition at line 183 of file bsp_exptable.h. Referenced by deliveryTable_execute(). |
|
Size of the variable-length data stored after this structure.
Definition at line 182 of file bsp_exptable.h. Referenced by bsp_pop_reg(), bsp_push_reg(), bsp_put(), bsp_send(), bsp_set_tagsize(), deliveryTable_execute(), deliveryTable_push(), and requestTable_execute(). |