![]() |
ESP3D
3.0
Firmware for ESP boards connected to 3D Printer
|
#include "WProgram.h"
Go to the source code of this file.
Classes | |
struct | _BASED |
Macros | |
#define | STREAMING_LIBRARY_VERSION 5 |
#define | _BYTE(a) _BASED(a, BYTE) |
#define | _HEX(a) _BASED(a, HEX) |
#define | _DEC(a) _BASED(a, DEC) |
#define | _OCT(a) _BASED(a, OCT) |
#define | _BIN(a) _BASED(a, BIN) |
Enumerations | |
enum | _EndLineCode { eol } |
Functions | |
template<class T > | |
Print & | operator<< (Print &stream, T arg) |
Print & | operator<< (Print &obj, const _BASED &arg) |
Print & | operator<< (Print &obj, _EndLineCode arg) |
#define _BIN | ( | a | ) | _BASED(a, BIN) |
Definition at line 73 of file ExtStreaming.h.
#define _BYTE | ( | a | ) | _BASED(a, BYTE) |
Definition at line 66 of file ExtStreaming.h.
#define _DEC | ( | a | ) | _BASED(a, DEC) |
Definition at line 71 of file ExtStreaming.h.
#define _HEX | ( | a | ) | _BASED(a, HEX) |
Definition at line 70 of file ExtStreaming.h.
#define _OCT | ( | a | ) | _BASED(a, OCT) |
Definition at line 72 of file ExtStreaming.h.
#define STREAMING_LIBRARY_VERSION 5 |
Definition at line 32 of file ExtStreaming.h.
enum _EndLineCode |
Enumerator | |
---|---|
eol |
Definition at line 119 of file ExtStreaming.h.
|
inline |
Definition at line 121 of file ExtStreaming.h.
|
inline |
Definition at line 80 of file ExtStreaming.h.
|
inline |
Definition at line 36 of file ExtStreaming.h.