rts-sim-testing-service/ats/verify/simulation/wayside/model/ref/switch_position_ref.go
2023-07-31 11:30:34 +08:00

14 lines
256 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package ref
import (
"joylink.club/bj-rtsts-server/ats/verify/simulation/wayside/face"
)
// 道岔定反位引用定义
type SwitchPositionRef struct {
//道岔设备
SwitchDevice face.SwitchDeviceModeller
//true-定位false-反位
Normal bool
}