From: Tony v. d. H. <to...@us...> - 2006-01-25 10:12:18
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28538/!OsLib/Source/User/oslib Modified Files: Report.swi Log Message: Added 7 Reporter SWIs (20060125-2, Phil Ludlam) Index: Report.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/Report.swi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Report.swi 29 Dec 2003 11:40:20 -0000 1.2 --- Report.swi 25 Jan 2006 10:12:09 -0000 1.3 *************** *** 178,179 **** --- 178,204 ---- ( NUMBER 0x54C9B "Turn reporting of RMA storage off" ) + + SWI Report_TimeOn = + ( NUMBER 0x54C9C "Add Timestamp to Reported Commands"); + + SWI Report_TimeOff = + ( NUMBER 0x54C9D "Remove Timestamp from Reported Commands"); + + SWI Report_SrceOn = + ( NUMBER 0x54C9E "Add Source to Reported Commands"); + + SWI Report_SrceOff = + ( NUMBER 0x54C9F "Remove Source from Reported Commands"); + + SWI Report_ObeyOn = + ( NUMBER 0x54CA0 "Report only Obey commands"); + + SWI Report_ObeyOff = + ( NUMBER 0x54CA1 "Report all Commands"); + + SWI Report_Push = + ( NUMBER 0x54CA2 "Store Reporter Status"); + + SWI Report_Pull = + ( NUMBER 0x54CA3 "Restore Reporter Status"); + |