rssp axle test
This commit is contained in:
parent
9595b11f52
commit
7a753e3ad9
3
third_party/axle_device/rssp_axle_manage.go
vendored
3
third_party/axle_device/rssp_axle_manage.go
vendored
@ -21,8 +21,7 @@ var allRsspAxleServices []RsspAxle
|
|||||||
func StartLineAllRsspAxleServices(ram AxleMessageManager) {
|
func StartLineAllRsspAxleServices(ram AxleMessageManager) {
|
||||||
allRsspAxleServices = nil
|
allRsspAxleServices = nil
|
||||||
cfgs := ram.GetLineAllRsspAxleCfgs()
|
cfgs := ram.GetLineAllRsspAxleCfgs()
|
||||||
cfgs = getTestConfig() //测试用
|
//cfgs = getTestConfig() //测试用
|
||||||
///////////////////////////////////////
|
|
||||||
for _, cfg := range cfgs {
|
for _, cfg := range cfgs {
|
||||||
if cfg.Open {
|
if cfg.Open {
|
||||||
as := InitRsspAxle(&cfg)
|
as := InitRsspAxle(&cfg)
|
||||||
|
Loading…
Reference in New Issue
Block a user