General Barry interface routines. More...
#include "common.h"#include <usb.h>#include <pthread.h>#include "debug.h"
Go to the source code of this file.
Namespaces | |
| namespace | Barry |
Project namespace, containing all related functions and classes. | |
Functions | |
| void | Barry::Init (bool data_dump_mode, std::ostream *logStream) |
| Barry library initializer. | |
| void | Barry::Verbose (bool data_dump_mode) |
| This API call lets the application enable / disable verbose debug output on the fly. | |
| bool | Barry::IsVerbose () |
| Returns true if data dump mode is enabled. | |
General Barry interface routines.
Definition in file common.cc.
1.7.1