TT CORE SDK 2.0.1.1
TT CORE SDK documentation
|
#include <export_value.h>
Classes | |
struct | ExportValue |
Public Attributes | |
size_t | count |
ExportValue | exportValues [MAX_EVENTS] |
Static Public Attributes | |
static constexpr size_t | MAX_EVENTS = 10 |
Max supported export values in one update. | |
BETA FEATURE - This is part of the beta support of Algos in the CORE SDK and is subject to change based on user feedback. Please make note of this if you choose to use it.
Definition at line 24 of file export_value.h.
size_t ttsdk::ExportValues::count |
Definition at line 28 of file export_value.h.
ExportValue ttsdk::ExportValues::exportValues[MAX_EVENTS] |
Definition at line 48 of file export_value.h.
Max supported export values in one update.
Definition at line 27 of file export_value.h.