REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
distributor.h
Go to the documentation of this file.
1// Copyright (c) 2023 anabrid GmbH
2// Contact: https://www.anabrid.com/licensing/
3// SPDX-License-Identifier: MIT OR GPL-2.0-or-later
4
5#pragma once
6
7//#include "message_handlers.h"
8#include "ArduinoJson.h"
9
28namespace dist {
29
31 const char* ident();
32
34 const char* as_json();
35
37 void write_to_json(JsonObject target);
38
39} // namespace dist
40
41#include "distributor_generated.h"
The distributor headerfile collects constants as C preprocessor headers.
Definition distributor.h:28
void write_to_json(JsonObject target)
Write the distributor database into an existing JSON document.
const char * ident()
Get a short oneline identifier name.
const char * as_json()
Get the program memory database as already-serialized JSON String.