/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/pcipywrap.i

  • Committer: Vasilii Chernov
  • Date: 2016-02-03 15:48:45 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160203154845-bnyvhpe6fnirhrka
Add python wrap for pcilib

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%module pcipywrap
 
2
/*extern void* __ctx;*/
 
3
extern void __initCtx(void* ctx);
 
4
extern void __createCtxInstance(const char *fpga_device, const char *model);
 
5
extern int read_register(const char *bank, const char *regname, void *value);
 
6
extern int ReadRegister(const char *reg);