-
- Downloads
RTSC/OIL: Remove all RTSC bits in favour of the OIL description
Since we have no longer an dependency on RTSC, we fully remove the support for XML files written by RTSC. Therefore, the our OIL Parser was extended to recognize several no standard constructs: - Task Groups (Task in RTSC Nomenclature, OSEK Tasks are SubTasks) TASKGROUP taskname { PROMISE = SERIALIZED; } TASK subtaskname { ... TASKGROUP = taskname; }; - CheckedObjects We can declare data objects that are checked by a concurrently running checker core. CHECKEDOBJECT name { TYPEDEF = mytype; HEADER = "foo/bar/baz.h"; CHECKFUNCTION = datacheck; }; Change-Id: I6dce83cfa8266cc802d9a83d8432680fb905bc3d
Showing
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- app/bcc1/alarm1/CMakeLists.txt 6 additions, 6 deletionsapp/bcc1/alarm1/CMakeLists.txt
- app/bcc1/alarm1/osekossystem.xml 0 additions, 60 deletionsapp/bcc1/alarm1/osekossystem.xml
- app/bcc1/alarm1/system.xml 0 additions, 72 deletionsapp/bcc1/alarm1/system.xml
- app/bcc1/alarm2/CMakeLists.txt 3 additions, 3 deletionsapp/bcc1/alarm2/CMakeLists.txt
- app/bcc1/alarm2/osekossystem.xml 0 additions, 74 deletionsapp/bcc1/alarm2/osekossystem.xml
- app/bcc1/alarm2/system.oil 62 additions, 0 deletionsapp/bcc1/alarm2/system.oil
- app/bcc1/alarm2/system.xml 0 additions, 72 deletionsapp/bcc1/alarm2/system.xml
- app/bcc1/alarm3/CMakeLists.txt 5 additions, 5 deletionsapp/bcc1/alarm3/CMakeLists.txt
- app/bcc1/alarm3/osekossystem.xml 0 additions, 78 deletionsapp/bcc1/alarm3/osekossystem.xml
- app/bcc1/alarm3/system.oil 66 additions, 0 deletionsapp/bcc1/alarm3/system.oil
- app/bcc1/alarm3/system.xml 0 additions, 110 deletionsapp/bcc1/alarm3/system.xml
- app/bcc1/complex1/CMakeLists.txt 4 additions, 4 deletionsapp/bcc1/complex1/CMakeLists.txt
- app/bcc1/complex1/osekossystem.xml 0 additions, 69 deletionsapp/bcc1/complex1/osekossystem.xml
- app/bcc1/complex1/system.oil 59 additions, 0 deletionsapp/bcc1/complex1/system.oil
- app/bcc1/complex1/system.xml 0 additions, 65 deletionsapp/bcc1/complex1/system.xml
- app/bcc1/complex2/CMakeLists.txt 1 addition, 1 deletionapp/bcc1/complex2/CMakeLists.txt
- app/bcc1/complex2/osekossystem.xml 0 additions, 69 deletionsapp/bcc1/complex2/osekossystem.xml
- app/bcc1/complex2/system.oil 53 additions, 0 deletionsapp/bcc1/complex2/system.oil
- app/bcc1/complex2/system.xml 0 additions, 81 deletionsapp/bcc1/complex2/system.xml
Loading
Please register or sign in to comment