diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-02-11 10:37:24 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-02-11 10:37:24 +0100 |
commit | d9a31945a92a76e590657dc2e65bb20b6ea95d90 (patch) | |
tree | 22dd29b528d62625ec8801504282d33445646d1f /views/script.h | |
parent | dce856c1a16098fe7a1df2338df60073261da94a (diff) | |
download | pcitool-d9a31945a92a76e590657dc2e65bb20b6ea95d90.tar.gz pcitool-d9a31945a92a76e590657dc2e65bb20b6ea95d90.tar.bz2 pcitool-d9a31945a92a76e590657dc2e65bb20b6ea95d90.tar.xz pcitool-d9a31945a92a76e590657dc2e65bb20b6ea95d90.zip |
Merge script and transform view. Add get register and properties info to python wrap.
Diffstat (limited to 'views/script.h')
-rw-r--r-- | views/script.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/views/script.h b/views/script.h deleted file mode 100644 index 2929f4c..0000000 --- a/views/script.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _PCILIB_VIEW_SCRIPT_H -#define _PCILIB_VIEW_SCRIPT_H - -#include <pcilib.h> -#include <pcilib/view.h> -#include <Python.h> - -typedef struct { - pcilib_view_description_t base; - PyObject *py_script_module; /**< PyModule object, contains script enviroment */ - char* script_name; -} pcilib_script_view_description_t; - -#ifndef _PCILIB_VIEW_SCRIPT_C -const pcilib_view_api_description_t pcilib_script_view_api; -#endif /* _PCILIB_VIEW_SCRIPT_C */ - -#endif /* _PCILIB_VIEW_SCRIPT_H */ |