ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kb.cpp File Reference
#include <fcntl.h>
#include <QSet>
#include <QUrl>
#include <QMutex>
#include <QDateTime>
#include "kb.h"
#include "kbmanager.h"
+ Include dependency graph for kb.cpp:

Go to the source code of this file.

Variables

static QSet< Kb * > activeDevices
 
static QSet< QString > notifyPaths
 
static QMutex notifyPathMutex
 

Variable Documentation

QSet<Kb*> activeDevices
static
QMutex notifyPathMutex
static

Definition at line 13 of file kb.cpp.

Referenced by Kb::Kb(), and Kb::run().

QSet<QString> notifyPaths
static

Definition at line 12 of file kb.cpp.

Referenced by Kb::Kb(), Kb::run(), and Kb::~Kb().