| | |
| | | public int mSaveDataTimeInterval = 10;
|
| | | private float mDataHistoryNewLevel = (float) 0.01;
|
| | | private int mTestDataRecordCountMax = 10000;
|
| | |
|
| | | public int sign_type;
|
| | |
|
| | | Logger logger = null;
|
| | | /*********************************************************************************/
|
| | |
| | | BattData_RT_SQL.updateBattData_RT_RamDB_Table(m_Conn_Pool, this);
|
| | | }
|
| | | /*********************************************************************************/
|
| | | public void updata_BattRtAlARM_To_RamDb() {
|
| | | BattData_RT_SQL.updateBattAlarm_RT_RamDB_Table(m_Conn_Pool, this);
|
| | | }
|
| | | /*********************************************************************************/
|
| | | public BattData_RT updata_SetIp() {
|
| | | return BattData_RT_SQL.selectRT_BttInf_Table(m_Conn_Pool, this);
|
| | | }
|