0akleytb / senior_design

2016-2017 senior design, FDP DAQ project
1 stars 0 forks source link

When to name/create files #6

Closed 0akleytb closed 7 years ago

0akleytb commented 7 years ago

Currently, a new file on the SD card is created only on each powering on/reset of the device. This creates two problems:

A fix to this should likely create a file when the logging starts. Since file naming currently occurs only once, it will also have to be moved such that it occurs each time a new file is created. (Possibly nest the name-determination, the file creation/header text writing, and the name-assignment into a function to occur only when logging <= !logging?)