Arduino DLNA Server
Loading...
Searching...
No Matches
Classes | Namespaces
SdFatParser.h File Reference

Lightweight line parser for SdFat directory listings. More...

#include <Print.h>
#include <string>
Include dependency graph for SdFatParser.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.