MCPcopy Create free account
hub / github.com/davidepatti/noxim / RoutingAlgorithm

Class RoutingAlgorithm

src/routingAlgorithms/RoutingAlgorithm.h:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10struct Router;
11
12class RoutingAlgorithm
13{
14 public:
15 virtual vector<int> route(Router * router, const RouteData & routeData) = 0;
16};
17
18#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected