Routing. Mehr ...
#include "Route.h"
gehe zum Quellcode dieser Datei
Namensbereiche | |
namespace | compat30 |
Makrodefinitionen | |
#define | GETLINE if ( !GetLine(config, i, s) ) return |
Funktionen | |
static OutDevice * | compat30::GetOut (int nr) |
static RouteType | compat30::Str2RT (mutChar *type) |
parse a string representation of a route type | |
static DevType | compat30::Str2DT (const mutStringRef type) |
static bool | compat30::GetLine (const mutStringRef p, size_t &i, mutStringRef s) |
void | compat30::LoadRoutes (const mutStringRef) |
load the routes from a text string | |
void | compat30::SaveRoutes (mutStringRef) |
write the routes to the given string |
Routing.
Compatibility functions.
GPL
Revision 1.3 2011-02-20 22:35:56 keinstein updated license information; some file headers have to be revised, though
Revision 1.2 2010-11-21 13:15:46 keinstein merged experimental_tobias
Revision 1.1.2.2 2010-11-14 21:28:38 keinstein implement loading and saving old files with new routing system
Revision 1.1.2.1 2010-10-15 18:15:15 keinstein Add commandline option --enable-xcode and XCode detection to configure
Definiert in Datei RouteCompat.cpp.
#define GETLINE if ( !GetLine(config, i, s) ) return |
Definiert in Zeile 41 der Datei RouteCompat.cpp.
Wird benutzt von compat30::LoadRoutes().