Measurement-computing Data Acquisition Systems rev.10.4 Manuel d'utilisateur Page 233

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 366
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 232
daqFormatError
Also See: daqSetDefaultErrorHandler,
daqSetErrorHandler, daqProcessError,
daqGetLastError, daqDefaultErrorHandler
Format
daqFormatError (errorNum, msg)
Purpose
daqFormatError returns the text-string equivalent for the specified error condition code.
Parameter Summary
Parameter Type Description
errorNum DaqError
Error condition whose text will be returned
msg PCHAR
Pointer to a character string which will store the returned error text
Parameter Values
errorNum: see the Daq Error Table
msg: pointer to a character string which will hold error text; see the Daq Error Table for more details
Returns
DerrNoError No error
Function Usage
The error condition is specified by the errorNum parameter. The error text will be returned in the character string
pointed to by the msg parameter. The character string space must have been previously allocated by the application
before calling this function. The allocated character string should be, at minimum, 64 bytes in length.
For more details on error messages refer to the Daq Error Table.
Prototypes
C/C++
daqFormatError(DaqError errorNum, PCHAR msg)
Visual BASIC
VBdaqFormatError&(ByVal errorNum&, ByRef msg As Byte)
Program References
None
Programmer’s Manual 908794 Daq API Command Reference 4.5-3
Vue de la page 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 365 366

Commentaires sur ces manuels

Pas de commentaire