mikroSDK Reference Manual
MikroE Plotter

MikroE Plotter library. More...

Functions list

static int plot (const char *__generic_ptr name, double value)
 Plot log API. More...
 

Detailed Description

This library uses a predefined template in order to write data to NECTO Studio Chart GUI.

Function Documentation

◆ plot()

static int plot ( const char *__generic_ptr  name,
double  value 
)
inlinestatic

API used for logging values to plot.

Parameters
[in]*nameApplication name.
[in]valueValue 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.