fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
[NODE]
|
||||
description = sea client (communication only)
|
||||
id = comm.sea.psi.ch
|
||||
|
||||
[seaconn]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = a SEA connection
|
||||
visibility = 1
|
9
cfg/develop/sea_cfg.py
Normal file
9
cfg/develop/sea_cfg.py
Normal file
@ -0,0 +1,9 @@
|
||||
Node('comm.sea.psi.ch',
|
||||
'sea client (communication only)',
|
||||
)
|
||||
|
||||
Mod('seaconn',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'a SEA connection',
|
||||
visibility='expert',
|
||||
)
|
@ -1,8 +0,0 @@
|
||||
[NODE]
|
||||
description = sea client (tool for creating cfg)
|
||||
id = comm.sea.psi.ch
|
||||
|
||||
[seaconn]
|
||||
class = secop_psi.sea.SeaConfigCreator
|
||||
description = a SEA connection. will shut down after getting the description
|
||||
visibility = 1
|
11
cfg/develop/seadesc_cfg.py
Normal file
11
cfg/develop/seadesc_cfg.py
Normal file
@ -0,0 +1,11 @@
|
||||
# error creating module seaconn:
|
||||
# missing sea port for seadesc
|
||||
Node('comm.sea.psi.ch',
|
||||
'sea client (tool for creating cfg)',
|
||||
)
|
||||
|
||||
Mod('seaconn',
|
||||
'frappy_psi.sea.SeaConfigCreator',
|
||||
'a SEA connection. will shut down after getting the description',
|
||||
visibility=1,
|
||||
)
|
Reference in New Issue
Block a user