OpenClovis Logo

Macros
clTimerErrors.h File Reference

Header file of Error Codes returned by the Timer Library. More...

#include <clCommon.h>
#include <clCommonErrors.h>

Go to the source code of this file.

Macros

#define CL_TIMER_ERR_INVALID_TIMER   0x100
 (0x100) The timer is either already freed, or in a state that makes this operation invalid.
#define CL_TIMER_ERR_INVALID_TIMER_CONTEXT_TYPE   0x103
 (0x103) The timer context (CL_TIMER_TASK_CONTEXT, or CL_TIMER_SEPARATE_CONTEXT) was set incorrectly.
#define CL_TIMER_ERR_INVALID_TIMER_TYPE   0x102
 (0x102) The timer type (one-shot or repetitive) was set incorrectly.
#define CL_TIMER_ERR_NULL_TIMER_CALLBACK   0x104
 (0x104) The timer was created without a callback function.

Detailed Description

Header file of Error Codes returned by the Timer Library.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen