Ilmsens HAL API  1.1.1
A cross-platform C-library for interfacing m:explore UWB-sensors
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ilmsens_error.h File Reference

Ilmsens error code definitions. More...

Enumerations

enum  ilmsens_error {
  ILMSENS_SUCCESS = 0, ILMSENS_ERROR_INVALID_PARAM = -1, ILMSENS_ERROR_STATE = -2, ILMSENS_ERROR_BUSY = -3,
  ILMSENS_ERROR_ACCESS = -4, ILMSENS_ERROR_IO = -5, ILMSENS_ERROR_NO_MEMORY = -6, ILMSENS_ERROR_AGAIN = -7,
  ILMSENS_ERROR_TIMEOUT = -8, ILMSENS_ERROR_NOT_SUPPORTED = -9, ILMSENS_ERROR_UNKNOWN = -99
}
 Common error codes. More...
 

Detailed Description

Ilmsens error code definitions.

The error codes defined in this file are used in various Ilmsens APIs as return values.

Author
Ralf Herrmann ralf..nosp@m.herr.nosp@m.mann@.nosp@m.ilms.nosp@m.ens.c.nosp@m.om