- AcronymSoup
 - SctDaqHowto summarises (mainly for novices) the ways one might go about using the SctDaq? software.
 - OmniORB 
- OmniORB C++ language bindings: http://www.omg.org/docs/formal/03-06-03.pdf or http://www.omg.org/cgi-bin/doc?formal/03-06-03
 - http://omniorb.sourceforge.net/cgi-bin/moin.cgi/FrontPage
 - http://omniorb.sourceforge.net/docs.html
 - Threading: http://omniorb.sourceforge.net/omni40/omniORB/omniORB008.html
 - For definition of TERMINATE (CORBA::TERMINATE exceptions) see /scratch/tdaq/online/online-00-22-00/installed/include/omniORB4/CORBA_Exception.h and also CorbaExceptions
 
 - Online 00-21-02 Release notes http://rd13doc.cern.ch/cmt/download/online-00-21-02/release_notes.html
 - Migration notes: http://rd13doc.cern.ch/Atlas/DaqSoft/components/ipc/CORBA-IPC-Migration.html
 - CORBA 
- General programming reference http://edocs.bea.com/tuxedo/tux81/CORBA_ref/
 - Mapppings pg 31 of http://www.omg.org/docs/formal/03-06-03.pdf
 - [Russian paper explaining _var and _ptr differences]
 
 - ILU
 - until Alan puts it in the rep it is useful to remember /atlasdata/nfsroot73/home/barra/new-online/CorbaTests?/ !
 - Configuration Database stuff (xml files) 
- Configuration database schema http://atlas-onlsw.web.cern.ch/Atlas-onlsw/components/configdb/docs/schema/0.3/Schema.ps
 - http://agenda.cern.ch/askArchive.php?base=agenda&categ=a041371&id=a041371s1t5%2Ftransparencies%2FSlides.pdf
 - When debugging anything to do with OKS do 
- setenv OKS_KERNEL_SILENCE no
 
 - it's invaluable!
 
 - Run Control 
- http://atlas-onlsw.web.cern.ch/Atlas-onlsw/components/RunControl/run_control_quick_ref.html
 - rc_empty_controller -R :Root -p SCT -n ThisIsAName? --oks
 
 - Obscure error messages
 
Notes:
- ilu_Cardinal -> CORBA::ULong
 - ilu_ShortCardinal -> CORBA::UShort
 - ilu_Integer -> CORBA::Long
 - ilu_ShortInteger -> CORBA::Short
 - ilu_T_CString -> const char *
 - ilu_Boolean -> CORBA::Boolean
 - ilu_Real -> CORBA::Double
 - ilu_ShortReal -> CORBA::Float