Buoyancy Firmware  1.0
Buoyancy Vehicle Firmware Documentation
logFile_t Struct Reference

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...
 

Detailed Description

structure for log file related data

Field Documentation

◆ filename

uint8_t filename[]

String array to target a specific file on SD card.

◆ filenr

uint32_t filenr

Hold the filenumber used to write, read, or delete a specific log file.

◆ latestLogFile

uint32_t latestLogFile

Previous added log file number on SD card.

◆ nrOfLogfiles

uint32_t nrOfLogfiles

Total number of log files on SD card.


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