oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ove::lvgl::Chart::Series Class Reference

Lightweight handle to an lv_chart_series_t *. More...

#include <lvgl.hpp>

Public Member Functions

 Series (lv_obj_t *chart, lv_chart_series_t *ser)
 Binds the handle to an existing chart + series pointer pair.
 
lv_chart_series_tget () const
 Returns the underlying lv_chart_series_t *.
 
 operator bool () const
 true if this handle references a live series.
 
Seriesnext_value (int32_t v)
 Pushes a new value using the current update mode.
 
Seriesset_value_by_idx (uint32_t idx, int32_t v)
 Sets a specific point index to v.
 

Detailed Description

Lightweight handle to an lv_chart_series_t *.


The documentation for this class was generated from the following file: