#include <debug.h>
|
static bool | isInited = false |
|
static int | level = 2 |
|
static std::map< std::string, std::string > | strings |
|
Definition at line 28 of file debug.h.
◆ addString()
void aruco::Debug::addString |
( |
std::string & |
label, |
|
|
std::string & |
data |
|
) |
| |
|
static |
◆ getFileName()
static std::string aruco::Debug::getFileName |
( |
std::string |
filepath | ) |
|
|
inlinestatic |
◆ getLevel()
int aruco::Debug::getLevel |
( |
| ) |
|
|
static |
◆ getString()
std::string aruco::Debug::getString |
( |
std::string & |
str | ) |
|
|
static |
◆ init()
void aruco::Debug::init |
( |
| ) |
|
|
static |
◆ setLevel()
void aruco::Debug::setLevel |
( |
int |
l | ) |
|
|
static |
◆ isInited
bool aruco::Debug::isInited = false |
|
staticprivate |
◆ level
int aruco::Debug::level = 2 |
|
staticprivate |
◆ strings
std::map< std::string, std::string > aruco::Debug::strings |
|
staticprivate |
The documentation for this class was generated from the following files: