|
MAV'RIC
|
Set of data logging parameters. More...
#include <data_logging.h>

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. | |
Set of data logging parameters.
Uses C99's flexible member arrays: it is required to allocate memory for this structure
1.8.9.1