/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 ipecamera/reader.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _IPECAMERA_READER_H
2
 
#define _IPECAMERA_READER_H
3
 
 
4
 
int ipecamera_compute_buffer_size(ipecamera_t *ctx, size_t lines);
5
 
 
6
 
void *ipecamera_reader_thread(void *user);
7
 
 
8
 
#endif /* _IPECAMERA_READER_H */