logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rtapi_exit - Shut down RTAPI

Arguments

module_id
              An rtapi module identifier returned by an earlier call to rtapi_init.

Description

rtapi_exit shuts down and cleans up the RTAPI.  It must be called prior to exit by any module that called
       rtapi_init.

Name

       rtapi_exit - Shut down RTAPI

Realtime Considerations

       Call only from within non-realtime or realtime init/cleanup code, not from realtime tasks.

Return Value

       Returns a RTAPI status code.

LinuxCNC Documentation                             2006-10-12                                 rtapi_exit(3rtapi)

Syntax


               int rtapi_exit(int module_id)

See Also