forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-05-09 d6ce00f6b68d3d1ecaf44c972909f311ac1d3bf8
Function/STORAGE/sizhu_alarm_record.h
@@ -70,27 +70,25 @@
{
   u16               serial_number;
   
   uint8_t        Sample_year;
   uint8_t        Sample_month;
   uint8_t        Sample_day;
   uint8_t        Sample_hour;
   uint8_t        Sample_min;
   uint8_t        Sample_sec;
   uint16_t         alarm_id;
   sClockBCD       record_time_BCD;
   double         StandardGasUsageTotal;
   double         WorkingGasUsageTotal;
   double         ReverseStandardGasUsageTotal;
   double         ReverseWorkingGasUsageTotal;
   float         Standardvec;
   float         Workingvec;
   float          Temperature;
   float          Pressure;
   uint16_t         alarm_id;
   double forward_cumulate_sc; // ÕýÏò±ê¿öÀÛ»ýÁ¿
   double forward_cumulate_wc;
   float instant_sc;
   float instant_wc;
   float temperature;
   float pressure;
   float         ambient_tem;  //»·¾³Î¶È
   uint8_t          lith_bat_v;
   uint8_t          alka_bat_v;
   SYSTEM_STATUS_WORD_T  status_word;
   SYSTEM_STATUS_WORD_T  status_word;
   u32   current_price;
   double   residual_amount;
   
}LOG_SIZHU_SYS_ALARM_SAVE_T;