Generation working and Compilation of MARTe components
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
record(bo, "test:do1"){
|
||||
field(SCAN,"Passive")
|
||||
field(ONAM, "ON")
|
||||
field(ZNAM, "OFF")
|
||||
}
|
||||
record(bo, "test:do2"){
|
||||
field(SCAN,"Passive")
|
||||
field(ONAM, "ON")
|
||||
field(ZNAM, "OFF")
|
||||
}
|
||||
record(bo, "test:do3"){
|
||||
field(SCAN,"Passive")
|
||||
field(ONAM, "ON")
|
||||
field(ZNAM, "OFF")
|
||||
}
|
||||
record(longin, test:doValue){
|
||||
field(SCAN, "Passive")
|
||||
}
|
||||
Reference in New Issue
Block a user