#include "gm_call_trace.h"
#include "gm_internal.h"
Functions | |
GM_ENTRY_POINT gm_status_t | gm_max_node_id_in_use (gm_port_t *port, unsigned int *n) |
This file contains the GM API function gm_max_node_id_in_use().
This function exists to allow gm_board_info to have a guess for an upper limit to the actual number of nodes in the route table Without it, gm_board_info calls thousands of gm_get_route() calls. When debugging, this is really a mess.
|
gm_max_node_id_in_use() returns the maximum GM node ID that is in use by the network attached to the port.
|