| | |
| | | import com.example.agvcontroller.action.HandOutAction; |
| | | import com.example.agvcontroller.action.LiftResetAction; |
| | | import com.example.agvcontroller.action.LoadResetAction; |
| | | import com.example.agvcontroller.action.LoginReset; |
| | | import com.example.agvcontroller.action.RotatopnLeftRight; |
| | | import com.example.agvcontroller.action.SingleSwitchAction; |
| | | import com.example.agvcontroller.action.SingleSwitchRunAction; |
| | |
| | | |
| | | BACK_PADDLE(0x8A, "手动控制后拨杆", BackPaddle.class), |
| | | |
| | | LOGIN_RESET(0x80, "重新登录", LoginReset.class), |
| | | |
| | | |
| | | ; |
| | | |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getDesc() { |
| | | return desc; |
| | | } |
| | | |
| | | } |