Skip to content

api/rt.cpp

Namespaces

Name
cvedia
cvedia::rt
cvedia::rt::api
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-04-16 at 23:09:44 +0000