korken89 / crect

A C++, compile-time, reactive RTOS for the Stack Resource Policy based Real-Time For the Masses kernel
Boost Software License 1.0
190 stars 21 forks source link

Split resource and job definitions into the external (user) and implementation #15

Open korken89 opened 6 years ago

korken89 commented 6 years ago

Currently all jobs and resources are both the interface to the users and to the internal implementation. Decouple it to allow for a frontend / backend way instead and to make error checking easier in the interface.