/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/pcilib.h

  • 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:
263
263
 */
264
264
int pcilib_set_logger(pcilib_log_priority_t min_prio, pcilib_logger_t logger, void *arg);
265
265
 
 
266
/**
 
267
 * Gets current logger function.
 
268
 */
 
269
pcilib_logger_t pcilib_get_logger();
 
270
 
 
271
/**
 
272
 * Gets current logger min priority.
 
273
 */
 
274
pcilib_log_priority_t pcilib_get_logger_min_prio();
 
275
 
 
276
/**
 
277
 * Gets current logger argument.
 
278
 */
 
279
void* pcilib_get_logger_argument();
 
280
 
266
281
/** public_api_global
267
282
 * @}
268
283
 */