Main Page   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

LibDxxMt.cpp File Reference

#include <srllib.h>
#include <dxxxlib.h>
#include <errno.h>
#include <bogotel/LibBogoTel.h>
#include <bogotel/BgtErrors.h>

Include dependency graph for LibDxxMt.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define __USING_DEF_FILE__

Functions

DllLinkage int __cdecl dx_open (const char *namep, int oflags)
DllLinkage int __cdecl dx_getxmitslot (int chDev, SC_TSINFO *sc_tsinfop)
DllLinkage int __cdecl dx_listen (int chDev, SC_TSINFO *sc_tsinfop)
DllLinkage int __cdecl dx_fileopen (const char *szFilename, int iFlags,...)
DllLinkage int __cdecl dx_fileclose (int iHandle)
DllLinkage int __cdecl dx_playiottdata (int iVoiceHandle, DX_IOTT *pIott, const DV_TPT *pTpt, const DX_XPB *pXpb, unsigned short usMode)
DllLinkage int __cdecl dx_stopch (int iVoiceHandle, unsigned short usMode)
DllLinkage int __cdecl dx_clrdigbuf (int iVoiceHandle)
DllLinkage int __cdecl dx_getdig (int iVoiceHandle, const DV_TPT *pTpt, DV_DIGIT *pDigit, unsigned short usMode)
DllLinkage long __cdecl ATDX_TERMMSK (INT SrlDevice)
DllLinkage int __cdecl dx_dial (int iHandle, const char *pDialStr, const DX_CAP *pCAP, unsigned short usMode)
DllLinkage int __cdecl dx_clrtpt (DV_TPT *tptp, int size)
DllLinkage int __cdecl dx_close (int dev)
DllLinkage int __cdecl dx_reciottdata (int ChDev, DX_IOTT *iottp, const DV_TPT *tptp, DX_XPB *xpbp, unsigned short mode)
DllLinkage int __cdecl dx_unlisten (int chDev)
DllLinkage int __cdecl ag_getxmitslot (int chDev, SC_TSINFO *sc_tsinfop)
DllLinkage int __cdecl ag_listen (int chDev, SC_TSINFO *sc_tsinfop)
DllLinkage int __cdecl ag_unlisten (int chDev)
DllLinkage int __cdecl dx_fileerrno (void)
DllLinkage long __cdecl ATDX_CONNTYPE (INT SrlDevice)
DllLinkage long __cdecl ATDX_CPERROR (INT SrlDevice)
DllLinkage long __cdecl ATDX_CPTERM (INT SrlDevice)
DllLinkage long __cdecl ATDX_STATE (INT SrlDevice)
DllLinkage long __cdecl ATDX_TRCOUNT (INT SrlDevice)
DllLinkage int __cdecl dx_addtone (int chdev, unsigned char digit, unsigned char digtype)
DllLinkage int __cdecl dx_bldst (unsigned int ToneID, unsigned int freq, unsigned int fqdev, unsigned int mode)
DllLinkage void __cdecl dx_bldtngen (TN_GEN *tngenp, unsigned short freq1, unsigned short freq2, short amplitude1, short amplitude2, short duration)
DllLinkage void __cdecl dx_clrcap (DX_CAP *capp)
DllLinkage int __cdecl dx_deltones (int chdev)
DllLinkage int __cdecl dx_mreciottdata (int ChDev, DX_IOTT *iottp, const DV_TPT *tptp, DX_XPB *xpbp, unsigned short mode, SC_TSINFO *lpTimeSlot)
DllLinkage int __cdecl dx_playtone (int ChDev, const TN_GEN *tngenp, const DV_TPT *tptp, int mode)
DllLinkage int __cdecl dx_setevtmsk (int ChDev, unsigned int mask)


Define Documentation

#define __USING_DEF_FILE__
 

Definition at line 10 of file LibDxxMt.cpp.


Function Documentation

DllLinkage int __cdecl dx_open const char *  namep,
int  oflags
 

Definition at line 19 of file LibDxxMt.cpp.

References bogotel::dx_open().

DllLinkage int __cdecl dx_getxmitslot int  chDev,
SC_TSINFO *  sc_tsinfop
 

Definition at line 30 of file LibDxxMt.cpp.

References bogotel::dx_getxmitslot().

DllLinkage int __cdecl dx_listen int  chDev,
SC_TSINFO *  sc_tsinfop
 

Definition at line 41 of file LibDxxMt.cpp.

References bogotel::dx_listen().

DllLinkage int __cdecl dx_fileopen const char *  szFilename,
int  iFlags,
... 
 

Definition at line 50 of file LibDxxMt.cpp.

References bogotel::dx_fileopen().

DllLinkage int __cdecl dx_fileclose int  iHandle  ) 
 

Definition at line 60 of file LibDxxMt.cpp.

References bogotel::dx_fileclose().

DllLinkage int __cdecl dx_playiottdata int  iVoiceHandle,
DX_IOTT *  pIott,
const DV_TPT *  pTpt,
const DX_XPB *  pXpb,
unsigned short  usMode
 

Definition at line 69 of file LibDxxMt.cpp.

References bogotel::dx_playiottdata().

DllLinkage int __cdecl dx_stopch int  iVoiceHandle,
unsigned short  usMode
 

Definition at line 78 of file LibDxxMt.cpp.

References bogotel::dx_stopch().

DllLinkage int __cdecl dx_clrdigbuf int  iVoiceHandle  ) 
 

Definition at line 87 of file LibDxxMt.cpp.

References bogotel::dx_clrdigbuf().

DllLinkage int __cdecl dx_getdig int  iVoiceHandle,
const DV_TPT *  pTpt,
DV_DIGIT *  pDigit,
unsigned short  usMode
 

Definition at line 96 of file LibDxxMt.cpp.

References bogotel::dx_getdig().

DllLinkage long __cdecl ATDX_TERMMSK INT  SrlDevice  ) 
 

Definition at line 105 of file LibDxxMt.cpp.

References bogotel::ATDX_TERMMSK().

DllLinkage int __cdecl dx_dial int  iHandle,
const char *  pDialStr,
const DX_CAP *  pCAP,
unsigned short  usMode
 

Definition at line 115 of file LibDxxMt.cpp.

References bogotel::dx_dial().

DllLinkage int __cdecl dx_clrtpt DV_TPT *  tptp,
int  size
 

Definition at line 125 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_close int  dev  ) 
 

Definition at line 126 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_reciottdata int  ChDev,
DX_IOTT *  iottp,
const DV_TPT *  tptp,
DX_XPB *  xpbp,
unsigned short  mode
 

Definition at line 127 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_unlisten int  chDev  ) 
 

Definition at line 129 of file LibDxxMt.cpp.

DllLinkage int __cdecl ag_getxmitslot int  chDev,
SC_TSINFO *  sc_tsinfop
 

Definition at line 130 of file LibDxxMt.cpp.

DllLinkage int __cdecl ag_listen int  chDev,
SC_TSINFO *  sc_tsinfop
 

Definition at line 131 of file LibDxxMt.cpp.

DllLinkage int __cdecl ag_unlisten int  chDev  ) 
 

Definition at line 132 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_fileerrno void   ) 
 

Definition at line 134 of file LibDxxMt.cpp.

DllLinkage long __cdecl ATDX_CONNTYPE INT  SrlDevice  ) 
 

Definition at line 137 of file LibDxxMt.cpp.

DllLinkage long __cdecl ATDX_CPERROR INT  SrlDevice  ) 
 

Definition at line 138 of file LibDxxMt.cpp.

DllLinkage long __cdecl ATDX_CPTERM INT  SrlDevice  ) 
 

Definition at line 139 of file LibDxxMt.cpp.

DllLinkage long __cdecl ATDX_STATE INT  SrlDevice  ) 
 

Definition at line 140 of file LibDxxMt.cpp.

DllLinkage long __cdecl ATDX_TRCOUNT INT  SrlDevice  ) 
 

Definition at line 141 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_addtone int  chdev,
unsigned char  digit,
unsigned char  digtype
 

Definition at line 142 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_bldst unsigned int  ToneID,
unsigned int  freq,
unsigned int  fqdev,
unsigned int  mode
 

Definition at line 143 of file LibDxxMt.cpp.

DllLinkage void __cdecl dx_bldtngen TN_GEN *  tngenp,
unsigned short  freq1,
unsigned short  freq2,
short  amplitude1,
short  amplitude2,
short  duration
 

Definition at line 145 of file LibDxxMt.cpp.

DllLinkage void __cdecl dx_clrcap DX_CAP *  capp  ) 
 

Definition at line 148 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_deltones int  chdev  ) 
 

Definition at line 149 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_mreciottdata int  ChDev,
DX_IOTT *  iottp,
const DV_TPT *  tptp,
DX_XPB *  xpbp,
unsigned short  mode,
SC_TSINFO *  lpTimeSlot
 

Definition at line 150 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_playtone int  ChDev,
const TN_GEN *  tngenp,
const DV_TPT *  tptp,
int  mode
 

Definition at line 152 of file LibDxxMt.cpp.

DllLinkage int __cdecl dx_setevtmsk int  ChDev,
unsigned int  mask
 

Definition at line 153 of file LibDxxMt.cpp.


Generated on Tue Aug 12 12:41:49 2003 for bogotel by doxygen 1.3. Hosted by SourceForge.net Logo