|
@@ -109,16 +109,16 @@ struct site:point,std::enable_shared_from_this<site>
|
|
|
std::shared_ptr<area> m_area=nullptr;
|
|
|
|
|
|
time_t m_time;
|
|
|
- time_t m_rec_time; // 接收数据的时间
|
|
|
- time_t m_lost_time; // 丢失时间
|
|
|
- time_t m_last_send_time; // 最后向前端发送时间
|
|
|
+// time_t m_rec_time; // 接收数据的时间
|
|
|
+// time_t m_lost_time; // 丢失时间
|
|
|
+// time_t m_last_send_time; // 最后向前端发送时间
|
|
|
char m_timestamp[8]={0};
|
|
|
|
|
|
int m_id{-1};
|
|
|
- int m_tick_count; // 分站发生消息的计数器
|
|
|
+// int m_tick_count; // 分站发生消息的计数器
|
|
|
|
|
|
- unsigned char m_reader_dir; // 分站方向,对于大小分站适用
|
|
|
- unsigned char m_relay_counts; // 大小分站经过中继数
|
|
|
+// unsigned char m_reader_dir; // 分站方向,对于大小分站适用
|
|
|
+// unsigned char m_relay_counts; // 大小分站经过中继数
|
|
|
bool m_power_check_enable=false;//该分站是否启用交流掉电检测功能(告警功能)
|
|
|
bool m_power_ac_down=false; //false=交流电供电状态
|
|
|
bool m_path_empty;
|