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.
40 lines
1.0 KiB
40 lines
1.0 KiB
/*=================================================================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2008.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
====================================================================================================*/
|
|
/**
|
|
@file
|
|
|
|
Errors for the soa AsbAsmAlignment services
|
|
*/
|
|
|
|
/** @if HISTORY_SECTION
|
|
====================================================================================================
|
|
$HISTORY$
|
|
==================================================================================================
|
|
@endif */
|
|
|
|
#ifndef SOAASBASMALIGNMENT_ERRORS_H
|
|
#define SOAASBASMALIGNMENT_ERRORS_H
|
|
|
|
#include <common/emh_const.h>
|
|
|
|
/**
|
|
@defgroup SOASBASMALIGNMENT_ERRORS TCWS Errors
|
|
@ingroup SOAASBASMALIGNMENT
|
|
@{
|
|
*/
|
|
|
|
/** error */
|
|
|
|
/** @} */
|
|
|
|
#endif
|
|
|
|
|