REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
protocol.h
Go to the documentation of this file.
55 bool process_tcp_input(net::EthernetClient &stream, net::auth::AuthentificationContext &user_context);
This class is a responder that handles incoming messages in the JsonLines Protocol language over vari...
Definition protocol.h:36
void process_serial_input(net::auth::AuthentificationContext &user_context)
Definition protocol.cpp:133
void process_out_of_band_handlers(carrier::Carrier &carrier)
Definition protocol.cpp:186
void process_string_input(const std::string &envelope_in, std::string &envelope_out, net::auth::AuthentificationContext &user_context)
Definition protocol.cpp:167
void handleMessage(net::auth::AuthentificationContext &user_context, Print &output)
Handles the JSON document currently stored in envelope_in and stores the answer in the envelope_out a...
Definition protocol.cpp:55
bool process_tcp_input(net::EthernetClient &stream, net::auth::AuthentificationContext &user_context)
Definition protocol.cpp:150
Define singletons which are not static-space allocated (and thus consume valuable ICTM space).
Definition singleton.h:46
Definition protocol.h:20
Definition carrier.h:12