FileCopier.h File Reference
#include "FileSystem.h"
#include "File.h"
Include dependency graph for FileCopier.h:

Go to the source code of this file.

Classes

class  IFS::FileCopier
 Class to manage copying of files and directories including attributes. More...
 
struct  IFS::FileCopier::ErrorInfo
 Error information passed to callback. More...
 

Namespaces

 IFS
 

Macros

#define IFS_FILECOPIER_OPERATION_MAP(XX)
 
#define XX(tag)   tag,
 

Functions

String toString (IFS::FileCopier::Operation operation)
 

Macro Definition Documentation

◆ IFS_FILECOPIER_OPERATION_MAP

#define IFS_FILECOPIER_OPERATION_MAP (   XX)
Value:
XX(stat) \
XX(open) \
XX(create) \
XX(mkdir) \
XX(read) \
XX(write) \
XX(enumattr) \
XX(setattr)
#define XX(tag)
Definition: FileCopier.h:46
Timer2Clock::Ticks< uint32_t > read()
Get elapsed watchdog time since last reset.

◆ XX

#define XX (   tag)    tag,

Function Documentation

◆ toString()

String toString ( IFS::FileCopier::Operation  operation)