SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
signalk_ws_delta_size.h File Reference
#include <cstddef>
Include dependency graph for signalk_ws_delta_size.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sensesp
 

Functions

bool sensesp::sk_delta_exceeds_ws_buffer (size_t delta_length, size_t buffer_size)
 True if a delta is too large to hand to esp_websocket_client as a single tx chunk, so send_delta drops it to keep the connection alive.