summaryrefslogtreecommitdiffstats
path: root/pcilib/view.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-1/+1
|\
| * Move python module init code to transfom view constructorVasilii Chernov2016-02-121-1/+1
|/ | | | | Update python logger and python exeption messages Change serialization method in create_pcilib_instance set_pcilib functions
* Support computed (property-based) registersSuren A. Chilingaryan2015-10-191-1/+3
|
* Support reading/writting register views by idSuren A. Chilingaryan2015-10-181-0/+14
|
* Support XML propertiesSuren A. Chilingaryan2015-10-181-1/+1
|
* Support properties of arbitrary typeSuren A. Chilingaryan2015-10-181-9/+27
|
* Implement enum viewSuren A. Chilingaryan2015-10-091-1/+9
|
* Introduce hashesSuren A. Chilingaryan2015-10-091-8/+12
|
* Base functions for viewsSuren A. Chilingaryan2015-10-081-3/+11
|
* Finalyze XML support and provide initial support for views (only ↵Suren A. Chilingaryan2015-09-241-0/+40
descriptions so far)