Copyright (C) 2008 Alexis Berlemont <alexis.berlemont@free.fr>
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
Functions | |
int | a4l_snd_insnlist (a4l_desc_t *dsc, a4l_insnlst_t *arg) |
Perform a list of synchronous acquisition misc operations. | |
int | a4l_snd_insn (a4l_desc_t *dsc, a4l_insn_t *arg) |
Perform a synchronous acquisition misc operation. | |
int | a4l_sync_write (a4l_desc_t *dsc, unsigned int idx_subd, unsigned int chan_desc, unsigned int ns_delay, void *buf, size_t nbyte) |
Perform a synchronous acquisition write operation. | |
int | a4l_sync_read (a4l_desc_t *dsc, unsigned int idx_subd, unsigned int chan_desc, unsigned int ns_delay, void *buf, size_t nbyte) |
Perform a synchronous acquisition read operation. | |
int | a4l_sync_dio (a4l_desc_t *dsc, unsigned int idx_subd, void *mask, void *buf) |
Perform a synchronous acquisition digital acquisition. | |
int | a4l_config_subd (a4l_desc_t *dsc, unsigned int idx_subd, unsigned int type,...) |
Configure a subdevice. |