adopt sea amd cfg changes from wip

Change-Id: I83b82ece53e0cb3394551c122561a042499527d8
This commit is contained in:
2024-01-29 10:32:24 +01:00
parent 1e56f2f39e
commit 614a49f3e3
59 changed files with 355 additions and 198 deletions

View File

@ -1,18 +1,16 @@
Node('cfg/main/rt.cfg',
'room temperature HRPT (pt1000)',
interface='5000',
name='rt',
)
Mod('sea_main',
'secop_psi.sea.SeaClient',
'frappy_psi.sea.SeaClient',
'main sea connection for rt.config',
config='rt.config',
service='main',
)
Mod('tt',
'secop_psi.sea.SeaDrivable', '',
'frappy_psi.sea.SeaDrivable', '',
sea_object='tt',
io='sea_main',
)