Skip to content

cvedia::rt::api::internal_factory

Types

Name
using Factory< cvedia::rt::dispatcher::Worker, std::string const &, const int &, const bool &, const int &, const int &, const int & > Worker
using Factory< cvedia::rt::dispatcher::DeviceGroup > DeviceGroup
using Factory< cvedia::rt::data_collection::DataCollectionBackend, std::string const & > DataCollectionBackend
using Factory< cvedia::rt::TimeProvider > TimeProvider

Functions

Name
void initialize()

Attributes

Name
std::string const DEFAULT

Types Documentation

using Worker

using Worker =  Factory<cvedia::rt::dispatcher::Worker, std::string const&, const int&, const bool&, const int&, const int&, const int&>;

using DeviceGroup

using DeviceGroup =  Factory<cvedia::rt::dispatcher::DeviceGroup>;

using DataCollectionBackend

using DataCollectionBackend =  Factory<cvedia::rt::data_collection::DataCollectionBackend, std::string const&>;

using TimeProvider

using TimeProvider =  Factory<cvedia::rt::TimeProvider>;

Functions Documentation

function initialize

void initialize()

Attributes Documentation

variable DEFAULT

std::string const DEFAULT = "DEFAULT";

Updated on 2025-08-24 at 15:42:37 +0000