#include "gm_call_trace.h"
#include "gm_debug.h"
#include "gm_debug_recv_tokens.h"
#include "gm_enable_trace.h"
#include "gm_internal.h"
#include "gm_tick.h"
Functions | |
GM_ENTRY_POINT gm_recv_event_t * | gm_receive (gm_port_t *p) |
GM_ENTRY_POINT gm_recv_event_t * | gm_receive_debug_buffers (gm_port_t *port) |
This file contains the GM API functions gm_receive() and gm_receive_debug_buffers().
|
gm_receive() returns a receive event. If no significant receive event is pending, then an event of type GM_NO_RECV_EVENT is immediately returned.
|
|
|