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.
44 lines
1008 B
44 lines
1008 B
/*==============================================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2009.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
==============================================================================*/
|
|
|
|
/**
|
|
@file
|
|
|
|
This header file declares all data types and constants to be used by clients of
|
|
Service Planning module.
|
|
*/
|
|
|
|
#ifndef SERVICEPLANNING_H
|
|
#define SERVICEPLANNING_H
|
|
|
|
#include <serviceplanning/libserviceplanning_exports.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
/**
|
|
@defgroup SERVICEPLANNING Service Planning
|
|
|
|
The Service Planning module implements the Neutral Service Planning behavior.
|
|
|
|
@{
|
|
*/
|
|
|
|
/** @} */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#include <serviceplanning/libserviceplanning_undef.h>
|
|
|
|
#endif
|