cvedia::rt::api::data_collection::self¶
Functions¶
Name | |
---|---|
std::string | backendUrl() |
expected< void > | initializeUnsafe() |
Attributes¶
Name | |
---|---|
shared_mutex_class | initializationMux_ |
std::unique_ptr< cvedia::rt::data_collection::DataCollector > | collector |
Functions Documentation¶
function backendUrl¶
static std::string backendUrl()
function initializeUnsafe¶
static expected< void > initializeUnsafe()
Attributes Documentation¶
variable initializationMux_¶
static shared_mutex_class initializationMux_;
variable collector¶
static std::unique_ptr< cvedia::rt::data_collection::DataCollector > collector = nullptr;
Updated on 2025-08-24 at 15:42:37 +0000