Pointwise Plugin SDK
site.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Pointwise Plugin utility functions
4  *
5  * (C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.
6  *
7  ***************************************************************************/
8 
9 #ifndef _SITE_H_
10 #define _SITE_H_
11 
12 #if !defined(BUILD_PWPLUGIN_DYNLIB)
13 # define BUILD_PWPLUGIN_DYNLIB
14 #endif
15 
16 /* Uncomment the section below and set your site specific values:
17 */
18 /*
19 #if !defined(PWP_SITE_GROUPID)
20 # define PWP_SITE_GROUPID YourGroupIdHere
21 #endif
22 
23 #if !defined(PWP_SITE_GROUPNAME)
24 # define PWP_SITE_GROUPNAME "YourGroupNameHere"
25 #endif
26 */
27 
35 /*-----------------------------------------------------*/
62 /*-----------------------------------------------------*/
91 #if DOXYGEN_RUNNING
92 # define PWP_SITE_GROUPID YourGroupIdHere
93 #endif
94 
95 #if DOXYGEN_RUNNING
96 # define PWP_SITE_GROUPNAME "YourGroupNameHere"
97 #endif
98 
99 #endif