/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 pywrap/pcipywrap.h

  • Committer: Vasilii Chernov
  • Date: 2016-03-01 15:42:48 UTC
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: vchernov@inr.ru-20160301154248-dpu4wdachiezj2fb
1. api-serer:
   - change multiprosessing work mechanism
   - add new pywrap functions handling
2. html-server: 
   - now works through api-server

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * After that, logger will write last error, and all accumulated errors
29
29
 * to Python exeption text
30
30
 */
31
 
void __redirect_logs_to_exeption();
 
31
void redirect_logs_to_exeption();
32
32
 
33
33
/*!
34
34
 * \brief Wraps for pcilib_open function.