|
@@ -117,21 +117,4 @@ public class MySqlUtil {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
- * 处理遥测数据
|
|
|
|
- *
|
|
|
|
- * @param informationObject
|
|
|
|
- */
|
|
|
|
- public static void handlerMeasure(InformationObject informationObject) {
|
|
|
|
- MySqlUtil.updateRemoteMeasureByPositionNum(informationObject.getInformationObjectAddress(), informationObject.toString());
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * 处理电度数据
|
|
|
|
- *
|
|
|
|
- * @param informationObject
|
|
|
|
- */
|
|
|
|
- public static void handlerDegree(InformationObject informationObject) {
|
|
|
|
- MySqlUtil.addRemoteDegreeByPositionNum(informationObject.getInformationObjectAddress(), informationObject.toString(), null);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|