|
SpiNNFrontEndCommon 7.4.2
Common support code for user-facing front end systems.
|
How to remove default routes from a routing table. More...
Go to the source code of this file.
Macros | |
| #define | LINK_MASK 0x3f |
| Picks the bits of a link out of a route. | |
Functions | |
| static bool | remove_default_routes_minimise (int target_length) |
| Remove defaultable routes from a routing table if that helps. | |
How to remove default routes from a routing table.
Definition in file remove_default_routes.h.
| #define LINK_MASK 0x3f |
Picks the bits of a link out of a route.
Definition at line 30 of file remove_default_routes.h.
|
inlinestatic |
Remove defaultable routes from a routing table if that helps.
| [in] | target_length | What size of table do we have to fit within |
Definition at line 48 of file remove_default_routes.h.