api/rt.cpp¶
Namespaces¶
Name |
---|
cvedia |
cvedia::rt |
cvedia::rt::api |
cvedia::rt::api::self |
Classes¶
Name | |
---|---|
class | ApiInitializer |
Attributes¶
Name | |
---|---|
bool | isInitialized_ |
bool | isRunning_ |
bool | statsRunning_ |
bool | instanceCleanupRunning_ |
bool | isDevMode_ |
std::thread | statsThread_ |
std::mutex | blockingMux_ |
bool | configInitialized_ |
ApiInitializer | initializer |
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_;
variable configInitialized_¶
bool configInitialized_ = false;
variable initializer¶
ApiInitializer initializer;
Updated on 2025-08-24 at 15:42:37 +0000