|
gphoto2pp
A C++ Wrapper for libgphoto2
|
Namespaces | |
| namespace | detail |
Enumerations | |
| enum | LogLevelWrapper |
Functions | |
| void | startPortLogging (const LogLevelWrapper &level) |
| void | stopPortLogging () |
| observer::Registration | subscribeToPortLogEvents (const LogLevelWrapper &event, std::function< void(LogLevelWrapper const &level, std::string const &domain, std::string const &str, void *data)> func) |
| void gphoto2pp::helper::debugging::startPortLogging | ( | const LogLevelWrapper & | level | ) |
| void gphoto2pp::helper::debugging::stopPortLogging | ( | ) |
| observer::Registration gphoto2pp::helper::debugging::subscribeToPortLogEvents | ( | const LogLevelWrapper & | event, |
| std::function< void(LogLevelWrapper const &level, std::string const &domain, std::string const &str, void *data)> | func | ||
| ) |