Improving CLI tool and improving documentation
This commit is contained in:
24
examples/complex/src/components.marte
Normal file
24
examples/complex/src/components.marte
Normal file
@@ -0,0 +1,24 @@
|
||||
#package complex_ex.App.Data
|
||||
|
||||
+References = {
|
||||
Class = GAMDataSource
|
||||
Signals = {
|
||||
Ref = {
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
}
|
||||
+Actuators = {
|
||||
Class = GAMDataSource
|
||||
Signals = {
|
||||
Actuation = {
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
}
|
||||
+TimingDS = {
|
||||
Class = TimingDataSource
|
||||
}
|
||||
+DDB1 = {
|
||||
Class = GAMDataSource
|
||||
}
|
||||
Reference in New Issue
Block a user