MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES User's Guide Page 63

  • Download
  • Add to my manuals
  • Print
  • Page
    / 172
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
}
Page view 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 171 172

Comments to this Manuals

No comments