REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
vendor.h File Reference
JSON Conversion Context. More...
#include <ArduinoJson.h>
#include <list>
#include "nvmconfig/persistent.h"
#include "utils/uuid.h"
#include "utils/singleton.h"
Include dependency graph for vendor.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
struct | nvmconfig::VendorOTP |
Namespaces | |
namespace | nvmconfig |
Functions | |
nvmconfig::JSON_CONVERT_SUGAR (VendorOTP) | |
Detailed Description
JSON Conversion Context.
This toggle allows to differentiate in fromJson/toJson which kind of representation is wanted. It even allows to include or exclude fields, as it is done in where the information is basically hidden to the user-side.
Definition in file vendor.h.