Description. Mehr ...
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | GETLINE |
Funktionen | |
void | ChangeOutReferences (EDevice *from, EDevice *to) |
EDevice * | NewDevice (EDevice **List, DevType dt, const wxString &name, int devId, EDevice *oldPos, EDevice *newPos) |
create a new device. | |
DevType | Str2DT (char *type) |
RouteType | Str2RT (mutChar *type) |
parse a string representation of a route type | |
EDevice * | GetEOut (int nr) |
char | GetELine (char **p, char *s) |
void | ScanRoutes (char *config) |
read the routes from the configuration | |
void | WriteRoutes (char **config) |
write the routes to the configuration | |
void | CheckBoxesUsed () |
synchronizes BoxUsed with the routes | |
int | SmallestBoxUsed () |
void | ScanDevices () |
translate the GUI routing information to mutabor | |
Variablen | |
EDevice * | InEDevices = 0 |
input devices for GUI | |
EDevice * | OutEDevices = 0 |
output devices for GUI | |
bool | BoxUsed [MAX_BOX] |
which mutabor boxes are used at all? |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.19 2011-02-20 22:35:55 keinstein updated license information; some file headers have to be revised, though
Revision 1.2 2010-11-21 13:15:51 keinstein merged experimental_tobias
Revision 1.1.2.1 2010-01-11 10:12:59 keinstein added some .cvsignore files
Definiert in Datei EDevice.cpp.