/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-11 11:00:54 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160211110054-h6x2oxdx1dqaekhe
Change error logging method in Python wrap. Move functions, that converts values between PyObject and pcilib_value_t to py.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%module pcipywrap
2
2
 
 
3
%init %{
 
4
        init_pcipywrap_module();
 
5
%}
3
6
 
4
7
extern PyObject* createPcilibInstance(const char *fpga_device, const char *model = NULL);
5
8
extern PyObject* setPcilib(PyObject* addr);