00001 #ifndef SIMEVTS_FXN_H
00002 #define SIMEVTS_FXN_H
00003
00004 void setInmemDefaults(SimInmemCtrl *sic);
00005 int checkInmemCtrl(SimInmemCtrl *sic);
00006
00007 int buildInmem(SimInmemCtrl *sic);
00008
00009 void addTimInfo(SimInmemCtrl *sic);
00010 void initData(SimInmemCtrl *sic);
00011
00012 void addNoHitDataPackets(SimInmemCtrl *sic);
00013 void createLinkData(SimInmemCtrl *sic);
00014
00015 int findNextHit(SimInmemCtrl *sic, uint8 link,
00016 uint8 *xfe, uint8 *xchan, uint8 *xclus, uint8 *bx);
00017 void addLinkData(SimInmemCtrl *sic);
00018
00019 int correctLink(SimInmemCtrl *sic);
00020 void fifoErr(SimInmemCtrl *sic, uint32 min, char *mf);
00021
00022 #endif
00023