/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-14 03:17:00 UTC
  • Revision ID: csa@dside.dyndns.org-20111214031700-kjxl2buzzpjqmtc3
small cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
 * is specified.
322
322
 */
323
323
int pcilib_configure_autostop(pcilib_t *ctx, size_t max_events, pcilib_timeout_t duration);
 
324
 
 
325
/*
 
326
 * Request auto-triggering while grabbing
 
327
 */
 
328
int pcilib_configure_autotrigger(pcilib_t *ctx, pcilib_timeout_t interval, pcilib_event_t event, size_t trigger_size, void *trigger_data);
324
329
/*
325
330
 * Request streaming the rawdata from the event engine. It is fastest way to acuqire data.
326
331
 * No memory copies will be performed and DMA buffers will be directly passed to the user