fix cfg files (extra_modules/single_module)

Change-Id: I1821e1e0dc960d48a3e343c53195808798b7f969
This commit is contained in:
zolliker 2023-06-06 16:49:54 +02:00
parent 9a9a22588f
commit f304ac019e
10 changed files with 33 additions and 10 deletions

View File

@ -25,7 +25,7 @@ Mod('p',
Mod('gasflow',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['p.gasflow'],
single_module='p.gasflow',
)
Mod('vacuumpump',

View File

@ -33,25 +33,25 @@ Mod('current',
Mod('i1',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i1'],
single_module='current.i1',
)
Mod('i2',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i2'],
single_module='current.i2',
)
Mod('i3',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i3'],
single_module='current.i3',
)
Mod('i4',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i4'],
single_module='current.i4',
)
Mod('pv',

View File

@ -26,7 +26,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -28,7 +28,7 @@ Mod('cc',
Mod('lev',
'secop_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -26,7 +26,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -26,7 +26,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -38,7 +38,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -19,6 +19,13 @@ Mod('cc',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='cc',
extra_modules=['h'],
)
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module='cc.h',
)
Mod('nv',

View File

@ -26,6 +26,14 @@ Mod('cc',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='cc',
extra_modules=['h'],
visibility=2,
)
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module='cc.h',
)
Mod('nv',

View File

@ -19,6 +19,14 @@ Mod('cc',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='cc',
extra_modules=['h'],
visibility=2,
)
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module='cc.h',
)
Mod('nv',