hal_exit

NOMBRE
SINTAXIS
ARGUMENTOS
DESCRIPCION
CONSIDERACIONES EN TIEMPO REAL
VALOR DEVUELTO

NOMBRE

hal_exit - Apaga HAL

SINTAXIS

int hal_exit(int comp_id)

ARGUMENTOS

comp_id

Un identificador de componente HAL devuelto por una llamada anterior a hal_init.

DESCRIPCION

hal_exit cierra y limpia HAL y RTAPI. Debe ser llamado antes de salir por cualquier módulo que haya llamado a hal_init.

CONSIDERACIONES EN TIEMPO REAL

Llame solo desde el usuario o código de inicio/limpieza, no desde tareas en tiempo real.

VALOR DEVUELTO

Devuelve un código de estado HAL.