|
Arduino DLNA Server
|
Lightweight line parser for SdFat directory listings. More...
#include <Print.h>#include <string>

Go to the source code of this file.
Classes | |
| struct | tiny_dlna::SdFatFileInfo |
| Describes an entry from a parsed SdFat directory listing. More... | |
| class | tiny_dlna::SdFatParser |
| Simple character-by-character parser that emits SdFatFileInfo via a callback. More... | |
Namespaces | |
| namespace | tiny_dlna |
Lightweight line parser for SdFat directory listings.
This header defines a tiny utility that consumes characters (typically the textual output of an SdFat directory listing) and emits structured file information via a user-provided callback. It derives from Arduino's Print so it can be used anywhere a Print sink is accepted.