| | |
| | | |
| | | typedef struct{ |
| | | uint16_t CRC16_MODBUS; |
| | | sClockBCD record_time_bcd; |
| | | sClockBCD record_time_BCD; |
| | | struct realtime_flow_data |
| | | { |
| | | double forward_cumulate_sc; // ÕýÏò±ê¿öÀÛ»ýÁ¿ |
| | | double forward_cumulate_wc; |
| | | double cal_cumulate_reserve[2]; // ±ê¶¨ÀÛ»ýÁ¿_Ô¤Áô |
| | | double err_forward_cumulate_reserve[2]; // ´íÎóÀÛ»ýÁ¿_Ô¤Áô |
| | | |
| | | double cal_cumulate_sc; // ±ê¶¨ÀÛ»ýÁ¿ |
| | | double cal_cumulate_wc; |
| | | double err_forward_cumulate_sc; // ´íÎóÀÛ»ýÁ¿ |
| | | double err_forward_cumulate_wc; |
| | | }realtime_flow_data_s; |
| | | struct realtime_billing_data |
| | | { |
| | |
| | | extern MAIN_EQUIPM_HARDWARE_SOFTWARE_INF_T main_equipment_hardware_software_inf_g; |
| | | extern LCD_EQUIPM_HARDWARE_SOFTWARE_INF_T lcd_equipment_hardware_software_inf_g; |
| | | extern WIRELESS_EQUIPM_HARDWARE_SOFTWARE_INF_T wireless_equipment_hardware_software_inf_g; |
| | | |
| | | extern SAVE_REALTIME_DATA_T save_realtime_data_g; |
| | | |
| | | |
| | | |
| | |
| | | void allParaReadFromEep(void); |
| | | void allParaPatchPro(void); |
| | | |
| | | #endif |
| | | #endif |
| | | |
| | | |