cvedia::rt::api::self¶
Attributes¶
| Name | |
|---|---|
| bool | isInitialized_ |
| bool | isRunning_ |
| bool | statsRunning_ |
| bool | instanceCleanupRunning_ |
| bool | isDevMode_ |
| std::thread | statsThread_ |
| std::mutex | blockingMux_ |
Attributes Documentation¶
variable isInitialized_¶
static bool isInitialized_ = false;
variable isRunning_¶
static bool isRunning_ = false;
variable statsRunning_¶
static bool statsRunning_ = false;
variable instanceCleanupRunning_¶
static bool instanceCleanupRunning_ = false;
variable isDevMode_¶
static bool isDevMode_ = false;
variable statsThread_¶
static std::thread statsThread_;
variable blockingMux_¶
static std::mutex blockingMux_;
Updated on 2025-10-28 at 14:24:03 +0000