REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
carrier.h
Go to the documentation of this file.
CarrierMessageHandlerBase(Carrier &carrier)
Definition carrier.h:23
int handle(JsonObjectConst msg_in, JsonObject &msg_out) override
The actual handler method gets a message and returns a message next to the status code.
Definition carrier.h:46
int handle(JsonObjectConst msg_in, JsonObject &msg_out) override
The actual handler method gets a message and returns a message next to the status code.
Definition carrier.h:59
int handle(JsonObjectConst msg_in, JsonObject &msg_out) override
The actual handler method gets a message and returns a message next to the status code.
Definition carrier.h:83
A MessageHandler is a functor/closure like event handler.
Definition handler.h:21
int handle(JsonObjectConst msg_in, JsonObject &msg_out) override
The actual handler method gets a message and returns a message next to the status code.
Definition carrier.h:71
int handle(JsonObjectConst msg_in, JsonObject &msg_out) override
The actual handler method gets a message and returns a message next to the status code.
Definition carrier.h:31
A recoverable error, inspired from https://abseil.io/docs/cpp/guides/status and https://github....
Definition error.h:35
Definition protocol.h:20
Definition carrier.h:12