Main Page   Modules   Data Structures   File List   Globals  

error.c File Reference

Error message functions. More...

#include <avr/pgmspace.h>
#include "otos_cfg.h"
#include "otos_def.h"
#include "types.h"
#include "error.h"

Go to the source code of this file.

Functions

void otosError (uint8_t *pMessage)
 Handle otOS error.

void otosError_P (PGM_P pMessage)
 Handle otOS error.

void otosSetErrorHandler (void(*pFunc)(uint8_t *))
 Set error handler function (data space).

void otosSetErrorHandler_P (void(*pFunc)(PGM_P))
 Set error handler function (program space).


Variables

void(* g_pErrorHandler )(uint8_t *)
void(* g_pErrorHandler_P )(PGM_P)


Detailed Description

Error message functions.

Definition in file error.c.


Generated on Sat Jan 25 18:41:43 2003 for otOS by doxygen1.3-rc2