14 lines
244 B
Go
14 lines
244 B
Go
package ref
|
|
|
|
import (
|
|
"joylink.club/bj-rtsts-server/ats/verify/simulation/wayside/face"
|
|
)
|
|
|
|
// link端口引用
|
|
type LinkRef struct {
|
|
//引用的轨道
|
|
LinkSection face.LogicalSectionModeller
|
|
//引用的轨道的端口
|
|
Port face.PortEnum
|
|
}
|