| | |
| | | { |
| | | 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; |
| | | |