CDA CD 60 Especificaciones Pagina 49

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 91
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 48
PCI CD and PCI CDa
Document Number: 008-00965-06 EDT Public Revision: I December 2004
Template: edt.dot
Page 49
int edt_get_bitpath(EdtDev *edt_p, char *bitpath, int size);
Arguments
edt_p
device handle returned from edt_open or edt_open_channel
bitpath
address of a character buffer of at least 128 bytes
size
number of bytes in the above character buffer
Return
0 on success, -1 on failure
EDT Message Handler Library
The edt error library provides generalized error and message handling for the edt and pdv libraries. The
primary purpose of the routines is to provide a method for application programs to intercept and handle
edtlib and pdvlib error, warning debug messages, but can also be used for application messages.
By default, output goes to the console (stdout), but user defined functions can be substituted. For
example, a function that pops up a window and displays the text in that window. Different message
levels can be set for different output, and multiple message handles can even exist within an
application, with different message handlers associated with them.
Message Definitions
User application messages
EDTAPP_MSG_FATAL
EDTAPP_MSG_WARNING
EDTAPP_MSG_INFO_1
EDTAPP_MSG_INFO_2
Edtlib messages
EDTLIB_MSG_FATAL
EDTLIB_MSG_WARNING
EDTLIB_MSG_INFO_1
EDTLIB_MSG_INFO_2
Pdvlib messages
PDVLIB_MSG_FATAL
PDVLIB_MSG_WARNING
PDVLIB_MSG_INFO_1
PDVLIB_MSG_INFO_2
Library and application messages
EDT_MSG_FATAL (defined as EDTAPP_MSG_FATAL | EDTLIB_MSG_FATAL |
PDVLIB_MSG_FATAL)
EDT_MSG_WARNING (defined as EDTAPP_MSG_WARNING |
EDTLIB_MSG_WARNING | PDVLIB_MSG_WARNING)
Vista de pagina 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 90 91

Comentarios a estos manuales

Sin comentarios