14 lines
265 B
Go
14 lines
265 B
Go
package section
|
|
|
|
import "joylink.club/bj-rtsts-server/ats/verify/simulation/wayside/face"
|
|
|
|
type CurveModel struct {
|
|
face.DeviceModel
|
|
StartLinkIndex int32
|
|
StartLinkOffset int32
|
|
EndLinkIndex int32
|
|
EndLinkOffset int32
|
|
//曲率(半径)mm
|
|
Curvature int32
|
|
}
|