MAV'RIC
Public Attributes | List of all members
data_logging_set_t Struct Reference

Set of data logging parameters. More...

#include <data_logging.h>

Collaboration diagram for data_logging_set_t:
Collaboration graph

Public Attributes

uint32_t data_logging_count
 Number of data logging parameter effectively in the array.
 
uint32_t max_data_logging_count
 Maximum number of logged parameters.
 
uint16_t max_logs
 The max number of logged files with the same name on the SD card.
 
uint16_t log_interval
 The time interval in sec.
 
data_logging_entry_t data_log []
 Data logging array, needs memory allocation.
 

Detailed Description

Set of data logging parameters.

Uses C99's flexible member arrays: it is required to allocate memory for this structure


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