cvedia::rt::data_collection::FullFrameConfig¶
Public Functions¶
| Name | |
|---|---|
| expected< std::string > | isAskingData(std::time_t const & now) const |
| bool | operator==(FullFrameConfig const & other) const |
Public Attributes¶
| Name | |
|---|---|
| int constexpr const | DEFAULT_SCHEDULE_THRESHOLD_SECONDS |
| std::vector< std::string > | dailyScheduledTimes |
| int | scheduleThresholdSeconds |
Public Functions Documentation¶
function isAskingData¶
expected< std::string > isAskingData(
std::time_t const & now
) const
function operator==¶
inline bool operator==(
FullFrameConfig const & other
) const
Public Attributes Documentation¶
variable DEFAULT_SCHEDULE_THRESHOLD_SECONDS¶
static int constexpr const DEFAULT_SCHEDULE_THRESHOLD_SECONDS = 120;
variable dailyScheduledTimes¶
std::vector< std::string > dailyScheduledTimes;
variable scheduleThresholdSeconds¶
int scheduleThresholdSeconds = DEFAULT_SCHEDULE_THRESHOLD_SECONDS;
Updated on 2025-10-21 at 08:11:05 +0000