Pointwise Plugin SDK
rtCaepInstanceData.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 _RTCAEPINSTANCEDATA_H_
10 #define _RTCAEPINSTANCEDATA_H_
11 
12 /*----------------------------------------------------------------------
13  You can uncomment and customize the section below to add your own
14  CAEP_RTITEM data as a single struct.
15 
16  Remember to properly initialize any data you add in the
17  rtCaepInitItems.h file.
18 ----------------------------------------------------------------------*/
19 /*
20 struct MY_CAEP_DATA {
21  int data1;
22  int data2;
23  float data3;
24  char *pStr;
25  // I assume you get the idea...
26 };
27 
28 // This macro is included in the CAEP_RTITEM structure declaration:
29 #define CAEP_RUNTIME_INSTDATADECL MY_CAEP_DATA myData;
30 */
31 
32 
33 
34 
35 /************************************************************************/
131 #endif /* _RTCAEPINSTANCEDATA_H_ */