GestureRecognitionToolkit
Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
Public Member Functions | |
WarningLog (std::string proceedingText="") | |
WarningLog & | operator= (const WarningLog &rhs) |
virtual bool | loggingEnabled () const |
Static Public Member Functions | |
static bool | enableLogging (bool loggingEnabled) |
static bool | registerObserver (Observer< WarningLogMessage > &observer) |
static bool | removeObserver (Observer< WarningLogMessage > &observer) |
Protected Member Functions | |
virtual void | triggerCallback (const std::string &message) const |
Static Protected Attributes | |
static ObserverManager< WarningLogMessage > | observerManager |
static bool | warningLoggingEnabled = true |
Definition at line 51 of file WarningLog.h.