Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
task_tdf_logger_args Struct Reference

TDF logger task arguments. More...

#include <tdf_logger_args.h>

Data Fields

uint8_t loggers
 Mask of TDF_DATA_LOGGER_* to log to.
 
uint16_t logging_period_ms
 
uint16_t random_delay_ms
 
uint16_t tdfs
 
uint8_t flags
 
uint8_t per_run
 

Detailed Description

TDF logger task arguments.

When logging_period_ms is set, the reschedule period is equal to logging_period_ms plus the random delay from random_delay_ms

Field Documentation

◆ flags

uint8_t task_tdf_logger_args::flags

◆ loggers

uint8_t task_tdf_logger_args::loggers

Mask of TDF_DATA_LOGGER_* to log to.

◆ logging_period_ms

uint16_t task_tdf_logger_args::logging_period_ms

◆ per_run

uint8_t task_tdf_logger_args::per_run

◆ random_delay_ms

uint16_t task_tdf_logger_args::random_delay_ms

◆ tdfs

uint16_t task_tdf_logger_args::tdfs

The documentation for this struct was generated from the following file: