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.

38 lines
1.1 KiB

/*
Copyright 2020 Siemens Digital Industries Software
==================================================
Copyright 2018.
Siemens Product Lifecycle Management Software Inc.
All Rights Reserved.
==================================================
Copyright 2020 Siemens Digital Industries Software
*/
/**
@file
*/
#ifndef INTOSITE_BMF_USER_EXIT_MSG_H
#define INTOSITE_BMF_USER_EXIT_MSG_H
/**
@defgroup INTOSITE_USER_EXIT_MSG Intosite User Exit Messages
@ingroup USER_EXIT
@{
*/
/* */
/** Message name to be keyed off of in BMIDE for adding user exit for creating address string.*/
#define BMF_BOMLINE_address_msg "BMF_BOMLINE_address"
/** Message name to be keyed off of in BMIDE for adding user exit for creating create condition result.*/
#define BMF_BOMLINE_create_condition_msg "BMF_BOMLINE_create_condition"
/** Message name to be keyed off of in BMIDE for adding user exit for creating property condition result.*/
#define BMF_BOMLINE_property_condition_msg "BMF_BOMLINE_property_condition"
/** @} */
#endif