#include <srllib.h>
#include <bogotel/libBogoTel.h>
#include <bogotel/BgtErrors.h>
Include dependency graph for LibSrlMt.cpp:
Go to the source code of this file.
Defines | |
#define | __USING_DEF_FILE__ |
Functions | |
long __cdecl | sr_setparm (long ddd, long parmid, void *valuep) |
char *__cdecl | ATDV_ERRMSGP (long ddd) |
long __cdecl | ATDV_LASTERR (long ddd) |
long __cdecl | sr_waitevt (long tmout) |
void *__cdecl | sr_getevtdatap (...) |
long __cdecl | sr_getevtlen (...) |
long __cdecl | sr_getevtdev (...) |
long __cdecl | sr_getevttype (...) |
long __cdecl | sr_enbhdlr (long dev, unsigned long event_type, long(*hdlr)(unsigned long parm)) |
long __cdecl | sr_dishdlr (long dev, unsigned long event_type, long(*hdlr)(unsigned long parm)) |
long __cdecl | sr_putevt (long dev, unsigned long event_type, long len, void *pData, long err) |
long __cdecl | sr_waitevtEx (long *handlep, int count, long tmout, long *evthp) |
char *__cdecl | ATDV_NAMEP (long ddd) |
long __cdecl | sr_hold (void) |
long __cdecl | sr_release (void) |
Variables | |
long | g_lLastErrDevHndl = -1 |
long | g_lLastErr = 0 |
char | g_szLastErrMsg [100] |
|
Definition at line 10 of file LibSrlMt.cpp. |
|
Definition at line 20 of file LibSrlMt.cpp. References g_lLastErr, g_lLastErrDevHndl, g_szLastErrMsg, and bogotel::sr_setparm(). |
|
Definition at line 72 of file LibSrlMt.cpp. References g_lLastErrDevHndl, and g_szLastErrMsg. |
|
Definition at line 80 of file LibSrlMt.cpp. References g_lLastErr, and g_lLastErrDevHndl. |
|
Definition at line 88 of file LibSrlMt.cpp. References bogotel::sr_waitevt(). |
|
Definition at line 95 of file LibSrlMt.cpp. References bogotel::sr_getevtdatap(). |
|
Definition at line 106 of file LibSrlMt.cpp. References bogotel::sr_getevtlen(). |
|
Definition at line 117 of file LibSrlMt.cpp. References bogotel::sr_getevtdev(). |
|
Definition at line 128 of file LibSrlMt.cpp. References bogotel::sr_getevttype(). |
|
Definition at line 139 of file LibSrlMt.cpp. References bogotel::sr_enbhdlr(). |
|
Definition at line 148 of file LibSrlMt.cpp. References bogotel::sr_dishdlr(). |
|
Definition at line 157 of file LibSrlMt.cpp. References bogotel::sr_putevt(). |
|
Definition at line 165 of file LibSrlMt.cpp. |
|
Definition at line 167 of file LibSrlMt.cpp. |
|
Definition at line 168 of file LibSrlMt.cpp. |
|
Definition at line 169 of file LibSrlMt.cpp. |
|
Definition at line 16 of file LibSrlMt.cpp. Referenced by ATDV_ERRMSGP(), ATDV_LASTERR(), and sr_setparm(). |
|
Definition at line 17 of file LibSrlMt.cpp. Referenced by ATDV_LASTERR(), and sr_setparm(). |
|
Definition at line 18 of file LibSrlMt.cpp. Referenced by ATDV_ERRMSGP(), and sr_setparm(). |