Beispiel #1
0
        } // end of UI_slow_upd_timer()

        public int iGetBattLifePrc()
        {
            int iRetPerc = -1;

            iRetPerc = Generic12Vbattery.iGetBattLifePrc(m_stRecentBattData.dblBatVolts, m_stRecentBattData.dblBatAmperes, m_stRecentBattData.dblBattTemp);

            return(iRetPerc);
        }