Improving CLI tool and improving documentation
This commit is contained in:
12
examples/complex/.marte_schema.cue
Normal file
12
examples/complex/.marte_schema.cue
Normal file
@@ -0,0 +1,12 @@
|
||||
package schema
|
||||
|
||||
#Classes: {
|
||||
CustomController: {
|
||||
#meta: {
|
||||
multithreaded: false
|
||||
}
|
||||
Gain: float
|
||||
InputSignals: {...}
|
||||
OutputSignals: {...}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user