#include <piave_base.hh>
Static Public Methods | |
void | Init () |
Init the PIAVE::Global space. | |
void | Destroy () |
Destroy the PIAVE::Global space. | |
int | hexCharToI (const char a, const char b) |
interpretes two characters as a hexadezimal value | |
void | printBackTrace () |
print backtrace to help debugging | |
void | fatalSignalHandler (int) |
signal handler | |
Static Public Attributes | |
bool | verbose = false |
be verbose | |
bool | quiet = false |
don't even warn | |
bool | force_decode = false |
for benchmarking |
could be a namespace tho
|
Init the PIAVE::Global space. before calling Init() all configuration must be set ( i.e. preview mode, video system etc. )
|