cvedia::rt::api::self¶
Attributes¶
Name | |
---|---|
bool | isInitialized_ |
bool | isRunning_ |
bool | processActionsRunning_ |
bool | statsRunning_ |
bool | isDevMode_ |
std::thread | actionsThread_ |
std::thread | statsThread_ |
Attributes Documentation¶
variable isInitialized_¶
static bool isInitialized_ = false;
variable isRunning_¶
static bool isRunning_ = false;
variable processActionsRunning_¶
static bool processActionsRunning_ = false;
variable statsRunning_¶
static bool statsRunning_ = false;
variable isDevMode_¶
static bool isDevMode_ = false;
variable actionsThread_¶
static std::thread actionsThread_;
variable statsThread_¶
static std::thread statsThread_;
Updated on 2024-11-15 at 16:17:52 +0000