MikroE Plotter library.
More...
|
static int | plot (const char *__generic_ptr name, double value) |
| Plot log API. More...
|
|
This library uses a predefined template in order to write data to NECTO Studio Chart GUI.
◆ plot()
static int plot |
( |
const char *__generic_ptr |
name, |
|
|
double |
value |
|
) |
| |
|
inlinestatic |
API used for logging values to plot.
- Parameters
-
[in] | *name | Application name. |
[in] | value | Value to send to plot. |
- Returns
- If successful, the total number of characters written is returned. On failure, a negative number is returned.
- Note
- Values can be any of the standard types used in C.
- Warning
- name must be within defined limit for chart name size. Look at check_name_length for more details.