You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
758 B
34 lines
758 B
/*
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
==================================================
|
|
Copyright 2017.
|
|
Siemens Product Lifecycle Management Software Inc.
|
|
All Rights Reserved.
|
|
==================================================
|
|
Copyright 2020 Siemens Digital Industries Software
|
|
*/
|
|
|
|
/**
|
|
@file
|
|
|
|
LDF Services - Embedded Software Management Error Codes Declaration
|
|
|
|
*/
|
|
|
|
#ifndef LES0LISESM_ERRORS_H
|
|
#define LES0LISESM_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup LES0LISESM_ERRORS Errors for LDF Services - Embedded SOftware Management solution
|
|
@ingroup LES0LISESM
|
|
@{
|
|
*/
|
|
|
|
#define LES0LISESM_ERROR_BASE EMH_LES0LISESM_error_base
|
|
|
|
/** @} */
|
|
|
|
#endif
|