Stima V4 Slave RAIN
4.2
|
Rain measure. More...
#include <local_typedef.h>
Public Attributes | |
rmapdata_t | tips_count |
Number of tips readed (without Maintenance value) More... | |
rmapdata_t | tips_full |
Number of tips readed (With Maintenance value, for Display LCD) More... | |
rmapdata_t | tips_scroll |
Number of tips readed for scrolling TPR calulation (without Maintenance value) More... | |
rmapdata_t | rain |
Rain official (without Maintenance value) More... | |
rmapdata_t | rain_full |
Rain unofficial (With Maintenance value, for Display LCD) More... | |
rmapdata_t | rain_scroll |
Rain scrolling for step TPR calculation (without Maintenance value) More... | |
Rain measure.
Definition at line 148 of file local_typedef.h.
rmapdata_t rain_t::rain |
Rain official (without Maintenance value)
Definition at line 153 of file local_typedef.h.
rmapdata_t rain_t::rain_full |
Rain unofficial (With Maintenance value, for Display LCD)
Definition at line 154 of file local_typedef.h.
rmapdata_t rain_t::rain_scroll |
Rain scrolling for step TPR calculation (without Maintenance value)
Definition at line 155 of file local_typedef.h.
rmapdata_t rain_t::tips_count |
Number of tips readed (without Maintenance value)
Definition at line 150 of file local_typedef.h.
rmapdata_t rain_t::tips_full |
Number of tips readed (With Maintenance value, for Display LCD)
Definition at line 151 of file local_typedef.h.
rmapdata_t rain_t::tips_scroll |
Number of tips readed for scrolling TPR calulation (without Maintenance value)
Definition at line 152 of file local_typedef.h.