rtapi_app_exit − User-provided function to shut down a component |
void rtapi_app_exit(void) { ... } |
None |
The body of rtapi_app_exit, which is provided by the component author, generally consists of a call to rtapi_exit or hal_exit, preceded by other :omponent-specific shutdown code. |
None. |
Called automatically by the rtapi infrastructure in an initialization (not realtime) context. |
rtapi_app_main(3rtapi), rtapi_exit(3rtapi), hal_exit(3hal) |