MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 63

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 172
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 62
Unloading Your Adaptor DLL
3-19
Unloading Your Adaptor DLL
Every adaptor must include an uninitializeAdaptor() function. The engine calls
this function when a user resets the toolbox, by calling the imaqreset function, or exits
the MATLAB software.
Your adaptor's implementation of this function depends upon the requirements of your
hardware. Every adaptor must include the uninitializeAdaptor() function, even if it
is an empty implementation.
Example
As defined by the adaptor kit, the uninitializeAdaptor() function accepts no
arguments and does not return a value. The following example implements an empty
initializeAdaptor() function.
void uninitializeAdaptor()
{
// Perform any cleanup your hardware requires.
}
Vue de la page 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 171 172

Commentaires sur ces manuels

Pas de commentaire