structure for log file related data More...
#include <mission.h>
Data Fields | |
uint32_t | filenr |
Hold the filenumber used to write, read, or delete a specific log file. More... | |
uint32_t | nrOfLogfiles |
Total number of log files on SD card. More... | |
uint32_t | latestLogFile |
Previous added log file number on SD card. More... | |
uint8_t | filename [] |
String array to target a specific file on SD card. More... | |
structure for log file related data
uint8_t filename[] |
String array to target a specific file on SD card.
uint32_t filenr |
Hold the filenumber used to write, read, or delete a specific log file.
uint32_t latestLogFile |
Previous added log file number on SD card.
uint32_t nrOfLogfiles |
Total number of log files on SD card.