| | |
| | | import com.dec.fbs9100.Sql_Mysql;
|
| | |
|
| | | public class BattData_RT {
|
| | | |
| | | public static final int SIGN_TYPE_Default = 0; //标准1托1设备(含2台1托1) |
| | | public static final int SIGN_TYPE_Stand = 1; //标准1托2设备
|
| | | |
| | | public static final int DEF_CommTimeOutMax = 7200;
|
| | | private MysqlConnPool m_Conn_Pool;
|
| | |
|
| | |
| | | private float mDataHistoryNewLevel = (float) 0.01;
|
| | | private int mTestDataRecordCountMax = 10000;
|
| | |
|
| | | |
| | | public int sign_type = SIGN_TYPE_Default;
|
| | | |
| | | Logger logger = null;
|
| | | /*********************************************************************************/
|
| | | /*********************************************************************************/
|