FixedTimeslotTask object check #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:luz_FixedTimeslotTask_ExistenceCheck"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before adding to PST. Prevents NULL exception.
I think we should write this as:
This seems to be more clear about the intention.
Done
Have you tested the code?
Yes. Return error code if object does not exist instead of crashing with null pointer exception. Works fine otherwise.
I think we have to fix this for other OSAL versions as well
I reported the changes to the other OSes.
However, linux and RTEMS are untested.