Skip to content

cvedia::rt::data_collection

Namespaces

Name
cvedia::rt::data_collection::helpers
cvedia::rt::data_collection::metadata_types

Classes

Name
struct cvedia::rt::data_collection::ClassCollectionState
struct cvedia::rt::data_collection::ClassConfig
struct cvedia::rt::data_collection::ClassificationConfig
struct cvedia::rt::data_collection::ClassMetaData
struct cvedia::rt::data_collection::CollectionConfig
struct cvedia::rt::data_collection::CollectionState
class cvedia::rt::data_collection::DataCollectionBackend
class cvedia::rt::data_collection::DataCollectionBackendImpl
class cvedia::rt::data_collection::DataCollector
class cvedia::rt::data_collection::DataCollectorCore
struct cvedia::rt::data_collection::FullFrameConfig
struct cvedia::rt::data_collection::FullFrameMetaData
class cvedia::rt::data_collection::InclusiveFloatRange
struct cvedia::rt::data_collection::MetaDataBase

Types

Name
using double timestamp_t
using std::string label_t

Functions

Name
constexpr int currentDataCollectionSystemVersion()
void to_json(nlohmann::json & j, ClassConfig const & obj)
void from_json(nlohmann::json const & j, ClassConfig & obj)
void to_json(nlohmann::json & j, ClassificationConfig const & obj)
void from_json(nlohmann::json const & j, ClassificationConfig & obj)
void to_json(nlohmann::json & j, FullFrameConfig const & obj)
void from_json(nlohmann::json const & j, FullFrameConfig & obj)
void to_json(nlohmann::json & j, CollectionConfig const & obj)
void from_json(nlohmann::json const & j, CollectionConfig & obj)

Types Documentation

using timestamp_t

using timestamp_t =  double;

using label_t

using label_t =  std::string;

Functions Documentation

function currentDataCollectionSystemVersion

static constexpr int currentDataCollectionSystemVersion()

function to_json

void to_json(
    nlohmann::json & j,
    ClassConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    ClassConfig & obj
)

function to_json

void to_json(
    nlohmann::json & j,
    ClassificationConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    ClassificationConfig & obj
)

function to_json

void to_json(
    nlohmann::json & j,
    FullFrameConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    FullFrameConfig & obj
)

function to_json

void to_json(
    nlohmann::json & j,
    CollectionConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    CollectionConfig & obj
)

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