initial solution
This commit is contained in:
commit
37d1d83b47
19 changed files with 2775 additions and 0 deletions
23
robot_cdt/Statechart.sgen
Normal file
23
robot_cdt/Statechart.sgen
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
GeneratorModel for create::c {
|
||||
|
||||
const PROJECT : string = "robot_cdt"
|
||||
const FOLDER : string = "src-gen"
|
||||
|
||||
statechart Statechart {
|
||||
|
||||
feature Outlet {
|
||||
targetProject = PROJECT
|
||||
targetFolder = FOLDER
|
||||
libraryTargetFolder = "src"
|
||||
}
|
||||
|
||||
feature GeneratorOptions {
|
||||
userAllocatedQueue = false
|
||||
}
|
||||
|
||||
feature GeneralFeatures {
|
||||
timerService = true
|
||||
timerServiceTimeType = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue