OpenMotorDrive / framework

GNU General Public License v3.0
16 stars 14 forks source link

implement some common mechanism for handling initialization faults #52

Open jschall opened 6 years ago

jschall commented 6 years ago

There are lots of places in the code, during initialization, where there is a check for a fault condition (e.g. a failure to allocate), and it just causes the function to return without reporting anything. There should be a common way to handle initialization faults.