ElectronicLoad  1.0
Programmable Constant Current Sink
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
refresh_t Struct Reference

Variables for an auto-refresh-control. More...

Data Fields

void(* callback )(uint8_t param)
 Callback function which has to draw the value. More...
 
uint8_t param
 Parameter for the callback function. More...
 
const controlType_t type
 
uint8_t x
 X-Position. More...
 
uint8_t y
 Y-Position. More...
 

Detailed Description

Variables for an auto-refresh-control.

The structure provides a callback function which has to draw the value. It will be called in regular intervals to actualize its content.

Field Documentation

void(* callback)(uint8_t param)

Callback function which has to draw the value.

uint8_t param

Parameter for the callback function.

const controlType_t type
uint8_t x

X-Position.

uint8_t y

Y-Position.


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