|
Data Structures | |
| struct | D4D_GAUGE_LIMITS |
| The gauge limits structure that defines input value range and for this range specify the final angles on LCD. More... | |
Typedefs | |
| typedef void(* | D4D_GAUGE_ON_CHANGE )(D4D_OBJECT *pThis) |
| Type definition of gauge on change callback function. More... | |
| typedef sByte | D4D_GAUGE_VALUE |
| The gauge value variable, is used to hadle inputs of gauga functions API. More... | |
| typedef Byte | D4D_GAUGE_ANGLE |
| The gauge angle variable, is used to set up limits of gauge angle <0-FF == 0° - 359°>. More... | |
This section specifies the exact type for each typedef definition.
| struct D4D_GAUGE_LIMITS |

Data Fields | |
| D4D_GAUGE_VALUE | valueMin |
| minimal value (corresponds to angleMin) More... | |
| D4D_GAUGE_VALUE | valueMax |
| maximal value (corresponds to angleMax) More... | |
| D4D_GAUGE_ANGLE | angleMin |
| line angle from 0x00 to 0xFF More... | |
| D4D_GAUGE_ANGLE | angleMax |
| line angle from 0x00 to 0xFF More... | |
| D4D_GAUGE_ANGLE angleMax |
line angle from 0x00 to 0xFF
Definition at line 141 of file d4d_gauge.h.
| D4D_GAUGE_ANGLE angleMin |
line angle from 0x00 to 0xFF
Definition at line 140 of file d4d_gauge.h.
| D4D_GAUGE_VALUE valueMax |
maximal value (corresponds to angleMax)
Definition at line 139 of file d4d_gauge.h.
| D4D_GAUGE_VALUE valueMin |
minimal value (corresponds to angleMin)
Definition at line 138 of file d4d_gauge.h.
| typedef Byte D4D_GAUGE_ANGLE |
The gauge angle variable, is used to set up limits of gauge angle <0-FF == 0° - 359°>.
Definition at line 132 of file d4d_gauge.h.
| typedef void(* D4D_GAUGE_ON_CHANGE)(D4D_OBJECT *pThis) |
Type definition of gauge on change callback function.
| pThis | - pointer to gauge instance that call the function |
Definition at line 126 of file d4d_gauge.h.
| typedef sByte D4D_GAUGE_VALUE |
The gauge value variable, is used to hadle inputs of gauga functions API.
Definition at line 130 of file d4d_gauge.h.