From lechner@cs.uml.edu Fri Mar 3 22:56:54 2006 Subject: xevent and buttonevent man pages and bdeEventlog 05s523 update FYInfo Cc: sfrye@cs.uml.edu (Scot Frye), ralmonte@cs.uml.edu (Almonte) RJLRef: $PH/COOL-BDE/buttoneventloginfo060304.txt ON an xterm window, xman/section/New? says: xev(X) prints contents of X events (in a separate window, attached to a running process (like BDE)) but I couldn't find this xev page again :-( xman/Sections/Subroutines/XEvent(X11) lists many X*Event* functions. has the eveent structs. (I can't copy/paste from xman pages on saturn!) But here is the manpage from elsewhere: ------------------ RJLRef: $CASE/bdelog2ks/XtEvent.man3X11col-bx --> $PH/COOL-BDE/XtEvent.man3X11 This note captures both man pages for both generic X event structures and XButtonEvent, XKeyEvent, XMotionEvent - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures ------------------ PS: $RBGB/test/EventTypeStats.txt gives event type counts from early bde test runs. These counts for a subset of event types have since been appended along with state transition counts into file $RBGB/test/ST_EV_stats.txt. This is done by function printSTEVcounts in init.cc: saturn.cs.uml.edu(68)> grep printSTEVcounts ../src/init.cc ------------- ... 501:void printSTEVcounts(char* statsFileName) 513: "\nprintSTEVcounts failed to open file %s\n", statsFileName); 515:LP;} // end printSTEVcounts 915: printSTEVcounts("ST_EV_stats.txt"); // Added 041129 - RJL ------------- ========================================= Update to bdeEventlogging project email: $PH/COOL-BDE/05f523bdeEventProject050522.doc is an update by HJha and NGross to the 01f522 project of Paul Kingston's good work on $CASE path $CASE/01f522/bde1_bdeEventlog_pk ----------------- saturn.cs.uml.edu(54)> lf $CASE/01f522/bde1_bdeEventlog_pk 01f522bdeEventProject.doc aareadme 01f522bdeEventProject.doc.bak* bde/ 01f522bdeEventProject.htm* cvscheckout/ 01f522bdeEventProject.htm.link@ ----------------- His report was moved to and linked-to $PH: $PH/COOL-BDE/bdeEventLogProject -> $PH/01f522/01f522bdeEventProject.htm See $CASE/01f522/bde1_bdeEventlog_pk/cvscheckout/aareadme - RJL 030402) ------------------------ HJha and NGross also failed to build their version of bde. ===============================