00001 #ifndef MY_LIST_OF_COMMAND_FUNCTS
00002 #define MY_LIST_OF_COMMAND_FUNCTS
00003
00004 bool busTest(SctPixelRod::RodModule *rod, UINT32 address, int width);
00005 SctPixelRod::RodOutList *syncSendPrimList(SctPixelRod::RodModule *rod, SctPixelRod::RodPrimList *primList, bool getOutList = false);
00006 void writeVme(SctPixelRod::RodModule *rod, UINT32 startAddress, int elementSize, int length, int data);
00007 void writeMasterCommand(SctPixelRod::RodModule *rod, int length, int blockAccess, UINT32 startAddress, UINT32 data);
00008 void readMasterCommand(SctPixelRod::RodModule *rod, int length, int blockAccess, UINT32 startAddress);
00009 bool readMasterCommandCompare(SctPixelRod::RodModule *rod, int length, int blockAccess, UINT32 startAddress, UINT32 compData);
00010 bool compareFiles(const char *fileName1, const char *fileName2);
00011
00012
00013 void readVme();
00014 void BOCSetup();
00015 void readWriteSlave();
00016
00017
00018
00019
00020 #endif