The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Comedi::Lib

This module provides a Perl API for Comedilib. Comedilib is a separately
distributed package containing a user-space library that provides a 
developer-friendly interface to the Comedi devices. This module consists of
the functions that the Comedilib library provides.

TODO

I don't use XS, C::Scan or something like that, to export constants and macros
to the callers name-space, as long as it's not clarified which constants and
macros used for Comedilib and which for 'pure' Comedi (driver development).
Both the documentation and the source code couldn't help me at all to resolve
that problem.

NOTE

This module does _not_ support any ALPHA constants, macros or functions.
This will be done by a separately module, anytime soon.

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

SUPPORT & DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

   perldoc Comedi::Lib

You can also look for information at:

   Comedi
   http://www.comedi.org

BUGS

Please report any bugs or feature request to my email address.

COPYRIGHT & LICENCE

Copyright (C) 2009 Manuel Gebele

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.