Routing. Mehr ...

gehe zum Quellcode dieser Datei
Makrodefinitionen | |
| #define | READCONFIGSTR(config, name, variable, defval) |
| #define | READCONFIGINT(config, name, variable, defval) |
Funktionen | |
| void | LoadRoutes (tree_storage &config) |
| load the routes from a tree based configuration | |
| void | SaveRoutes (tree_storage &config) |
| write the routes to the configuration | |
Variablen | |
| WATCHEDPTR(Route, routing, Route) Route const mutString | RTName [] |
| const mutString | DevTypeName [] |
Routing.
Mutabor Core.
GPL
Revision 1.4 2011-02-20 22:35:56 keinstein updated license information; some file headers have to be revised, though
Revision 1.3 2011-01-29 20:00:14 keinstein include Device.h
Revision 1.2 2010-11-21 13:15:45 keinstein merged experimental_tobias
Revision 1.1.2.5 2010-09-29 15:06:40 keinstein Reset config before saving routing information and fix two bugs concerned with the deletion of boxes
Revision 1.1.2.4 2010-09-29 13:03:30 keinstein config can be stored and restored with new treeconfig
Revision 1.1.2.3 2010-09-15 17:58:01 keinstein old configuration can be loaded again.
Revision 1.1.2.2 2010-08-10 15:54:29 keinstein new, direct route configuration on init
Revision 1.3.2.2 2010-07-06 09:06:26 keinstein allow empty input and output devices in routes
Revision 1.3.2.1 2009/08/04 11:30:49 keinstein removed mut.h
Definiert in Datei Route.cpp.
1.7.4