9 lines
160 B
Go
9 lines
160 B
Go
|
package ref
|
||
|
|
||
|
import "joylink.club/bj-rtsts-server/ats/verify/simulation/wayside/face"
|
||
|
|
||
|
type DevicePosition struct {
|
||
|
Device face.DeviceModeller
|
||
|
Offset int32
|
||
|
}
|