- mtwm callback

This commit is contained in:
gazebo
2018-11-29 09:59:08 +08:00
parent de110daf0b
commit 9e276a01c9
3 changed files with 35 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ func (c *MtwmController) NewOrder() {
c.onCallbackMsg(mtwmapi.MsgTypeNewOrder)
}
func (c *MtwmController) OrderAccpted() {
func (c *MtwmController) OrderAccepted() {
c.onCallbackMsg(mtwmapi.MsgTypeOrderAccepted)
}