Header file that defines all error codes for SBG Systems libraries. More...
#include "sbgDefines.h"
Go to the source code of this file.
Typedefs | |
typedef enum _SbgErrorCode | SbgErrorCode |
Functions | |
SBG_INLINE const char * | sbgErrorCodeToString (SbgErrorCode errorCode) |
Header file that defines all error codes for SBG Systems libraries.
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file sbgErrorCodes.h.
typedef enum _SbgErrorCode SbgErrorCode |
Generic errors definitions for SBG Systems projects.
enum _SbgErrorCode |
Generic errors definitions for SBG Systems projects.
Definition at line 32 of file sbgErrorCodes.h.
SBG_INLINE const char* sbgErrorCodeToString | ( | SbgErrorCode | errorCode | ) |
According to an error code, returns a human readable string.
[in] | errorCode | The errorCode to convert to a string. |
Array of string litterals that should be exactly ordered as the SbgErrorCode enum.
Definition at line 71 of file sbgErrorCodes.h.