comparison SSR.h @ 47:23bcca1c3687

added units to plugin ucc recording
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 20 Dec 2011 14:42:56 +0100
parents bde026832af7
children 593fe0543a22
comparison
equal deleted inserted replaced
13:93128f346a70 14:08205d2f85ee
104 //fix limit on num with dynArray 104 //fix limit on num with dynArray
105 SSRSingleton fnSingletons[NUM_STRUCS_IN_SEM_ENV]; 105 SSRSingleton fnSingletons[NUM_STRUCS_IN_SEM_ENV];
106 SSRTrans transactionStrucs[NUM_STRUCS_IN_SEM_ENV]; 106 SSRTrans transactionStrucs[NUM_STRUCS_IN_SEM_ENV];
107 107
108 #ifdef OBSERVE_UCC 108 #ifdef OBSERVE_UCC
109 Unit*** unitcollection; 109 ListOfArrays* unitList;
110 PrivDynArrayInfo* unitcollectionInfo;
111 ListOfArrays* ctlDependenciesList; 110 ListOfArrays* ctlDependenciesList;
112 ListOfArrays* commDependenciesList; 111 ListOfArrays* commDependenciesList;
113 //NtoN structure? 112 //NtoN structure?
114 #endif 113 #endif
115 114