Strings.h File Reference
#include <FlashString/String.hpp>
Include dependency graph for Strings.h:
Go to the source code of this file.
Namespaces | |
IO | |
Macros | |
#define | IO_FLASHSTRING_MAP(XX) |
#define | XX(tag) DECLARE_FSTR(FS_##tag) |
Macro Definition Documentation
◆ IO_FLASHSTRING_MAP
#define IO_FLASHSTRING_MAP | ( | XX | ) |
Value:
XX(command) \
XX(function) \
XX(name) \
XX(device) \
XX(devices) \
XX(id) \
XX(address) \
XX(segment) \
XX(baudrate) \
XX(value) \
XX(channels) \
XX(states) \
XX(class) \
XX(controller) \
XX(status) \
XX(success) \
XX(pending) \
XX(error) \
XX(unknown) \
XX(code) \
XX(text) \
XX(arg) \
XX(node) \
XX(nodes) \
XX(devnodes) \
XX(count) \
XX(delay) \
XX(timeout) \
XX(interval)
◆ XX
#define XX | ( | tag | ) | DECLARE_FSTR(FS_##tag) |