#include "gm_compiler.h"
#include "gm_debug.h"
#include "gm_internal.h"
Functions | |
GM_ENTRY_POINT unsigned int | gm_num_receive_tokens (gm_port_t *p) |
This file contains the GM API function gm_num_receive_tokens().
|
gm_num_receive_tokens() returns the number of receive tokens for this port. This value is accessed through the function API to avoid hard-coding it in user applications, allowing dynamic library upgrades.
|