REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
client::StreamingRunDataNotificationHandler Struct Reference

Variant of RunDataNotificationHandler using utils::StreamingJson. More...

#include <protocol_oob.h>

Collaboration diagram for client::StreamingRunDataNotificationHandler:

Public Member Functions

void handle (uint16_t *data, size_t outer_count, size_t inner_count, const run::Run &run)
 

Public Attributes

carrier::Carriercarrier
 
Print & target
 

Detailed Description

Variant of RunDataNotificationHandler using utils::StreamingJson.

Thus, it is not bound to a fixed length string buffer (BUFFER_LENGTH). Since the method signature change, we do not inherit of the run::RunDataHandler.

Definition at line 84 of file protocol_oob.h.

Member Function Documentation

◆ handle()

Member Data Documentation

◆ carrier

carrier::Carrier& client::StreamingRunDataNotificationHandler::carrier

Definition at line 85 of file protocol_oob.h.

◆ target

Print& client::StreamingRunDataNotificationHandler::target

Definition at line 86 of file protocol_oob.h.


The documentation for this struct was generated from the following files: