|
Arduino KVComm
master
Key-Value pair communication library for Arduino
|
Files | |
| file | KV_Builder.hpp [code] |
| This file contains the KV_Builder class, a key-value pair, dictionary-like container that supports many different types of data (numbers, arrays, vectors, strings ...). | |
| file | KV_Builder.ipp [code] |
| file | KV_Error.hpp [code] |
| file | KV_Helpers.hpp [code] |
| Helpers for address manipulation used to layout dictionary entries in memory. | |
| file | KV_Iterator.hpp [code] |
| Iterating over a dictionary generated by the KV_Builder, used for parsing and for checking if a key is already in the entry. | |
| file | KV_Parser.hpp [code] |
| A parser for dictionaries generated by the KV_Builder. | |
| file | KV_Types.hpp [code] |
| KV_Type type definitions for fundamental types (int::_t, uint::_t, float, double, bool, char). These definitions specify how variables of these types should be serialized and deserialized when writing and reading them from/to the buffer. | |
1.8.16