Description. Mehr ...
#include "Defs.h"
#include "wx/wxchar.h"
#include "CompDlg.h"
#include <setjmp.h>
#include "Device.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | UINT unsigned int |
#define | pascal |
Typdefinitionen | |
typedef void | UpdateCallback (int Box, bool Logic) |
Funktionen | |
char pascal | Compile (TDialog *compWin, const char *name) |
bool pascal _export | Activate (bool realTime, UpdateCallback *callback) |
void pascal _export | Stop () |
void pascal _export | Panic () |
void pascal _export | InDeviceAction (int inDevNr, enum MutaborModeType action) |
bool pascal _export | CheckNeedsRealTime () |
char pascal _export | GetMutTag (char &isLogic, char *text, char *einsttext, char &key, int box) |
char pascal _export | IsLogicKey (char key) |
bool pascal _export | KeyChanged (int box) |
bool pascal _export | TSChanged (int box) |
bool pascal _export | InDevicesChanged () |
void pascal _export | GetInDevicesMode (enum MutaborModeType *mode) |
void pascal | GetDrivers (int *driver) |
void pascal | SetDrivers (int *driver) |
char pascal _export | GetChannels (char start, int &base, int &from, int &to, int &thru) |
void pascal _export | SetChannels (int base, int from, int to, int thru) |
void pascal _export | SetAktuellesKeyboardInstrument (int instr) |
int pascal _export | GetAktuellesKeyboardInstrument () |
void pascal | ScanDevices (char *config) |
OutDevice * | GetOut (int nr) |
void pascal _export | GetTimerData (UINT &min, UINT &max) |
Variablen | |
bool | RealTime |
jmp_buf | weiter_gehts_nach_compilerfehler |
UpdateCallback * | updatecallback |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.13 2011-03-06 13:15:41 keinstein some rearrangement for update callback kernel->GUI
Revision 1.12 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 Runtime.h.