/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 views/transform.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-02-23 06:20:33 UTC
  • mfrom: (346.1.18 pcitool)
  • Revision ID: csa@suren.me-20160223062033-mz8qkpm1a2oioveb
Merge Python scripting support from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
typedef struct {
8
8
    pcilib_view_description_t base;
 
9
    const char *script;                         /**< Python script module name */
9
10
    const char *read_from_reg;                  /**< Formula explaining how to convert the register value to the view value */
10
11
    const char *write_to_reg;                   /**< Formula explaining how to convert from the view value to the register value */
11
12
} pcilib_transform_view_description_t;