This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using const function pointers in Safety critical code



Im working on a railway project that requires SIL4 certification. Is it ok to use an array of const function pointers to implement a state machine in SIL4 codes?