esp-fs-webserver
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
linked_list.h File Reference
#include <ArduinoJson.h>
#include <FS.h>
Include dependency graph for linked_list.h:

Go to the source code of this file.

Classes

struct  VarNode
 
class  VariableList
 

Macros

#define VAR_NAME(name)   #name
 
#define DebugPrint(x)
 
#define DebugPrintln(x)
 
#define DebugPrintf(x, ...)
 
#define DebugPrintf_P(x, ...)
 

Enumerations

enum  {
  CHAR , UCHAR , CHAR_PT , BOOL ,
  INT , LONG , UINT , ULONG ,
  FLOAT , DOUBLE , STRING
}
 

Macro Definition Documentation

◆ DebugPrint

#define DebugPrint (   x)

Definition at line 16 of file linked_list.h.

◆ DebugPrintf

#define DebugPrintf (   x,
  ... 
)

Definition at line 18 of file linked_list.h.

◆ DebugPrintf_P

#define DebugPrintf_P (   x,
  ... 
)

Definition at line 19 of file linked_list.h.

◆ DebugPrintln

#define DebugPrintln (   x)

Definition at line 17 of file linked_list.h.

◆ VAR_NAME

#define VAR_NAME (   name)    #name

Definition at line 1 of file linked_list.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CHAR 
UCHAR 
CHAR_PT 
BOOL 
INT 
LONG 
UINT 
ULONG 
FLOAT 
DOUBLE 
STRING 

Definition at line 23 of file linked_list.h.