add system operation view
This commit is contained in:
@@ -59,4 +59,14 @@ public interface IMoGoAutopilotProvider extends IMoGoFunctionServerProvider {
|
||||
void setIsWriteLog(boolean isWriteLog);
|
||||
|
||||
Boolean setAutoPilotSpeed(int speed);
|
||||
|
||||
/**
|
||||
* 关机
|
||||
*/
|
||||
void setIPCShutDown();
|
||||
|
||||
/**
|
||||
* 重启
|
||||
*/
|
||||
void setIPCReboot();
|
||||
}
|
||||
|
||||
@@ -23,7 +23,9 @@ interface IMoGoAutopilotStatusListener {
|
||||
*
|
||||
* @param autopilotWayArrive 所到车站的简单信息
|
||||
*/
|
||||
fun onAutopilotArriveAtStation(autopilotWayArrive: AutopilotStationInfo?)
|
||||
fun onAutopilotArriveAtStation(autopilotWayArrive: AutopilotStationInfo?){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 工控机获取SN
|
||||
@@ -33,7 +35,9 @@ interface IMoGoAutopilotStatusListener {
|
||||
/**
|
||||
* 工控机监控节点
|
||||
*/
|
||||
fun onAutopilotGuardian(guardianInfo: AutopilotGuardianStatusInfo?)
|
||||
fun onAutopilotGuardian(guardianInfo: AutopilotGuardianStatusInfo?){
|
||||
|
||||
}
|
||||
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user