DAQ OS: front end libraries

From CLONWiki
Revision as of 10:48, 14 April 2011 by 129.57.76.91 (talk)
Jump to navigation Jump to search

All front end libraries are licated in $CODA/src/rol/code.s directory. To compile use gmake clean, gmake and gmake install. For vxWorks use clon10/clon00 servers only (it will work on RHEL as well, but historically we do it on sparc machines).

Generic software development rules

  • Every board has distinctive name, for example v1495 or tdc1190. That name must be used in the files name, as well as in function names inside the files to avoid duplicate names. At least to files must be provided, for example v1495.c and v1495.h, where header file will be used in user readout lists.