1 / 9

Application Library Support

Application Library Support. Brian Hendricks. Libraries. CLIB Generic functionality >2000 entry points Runtime linking User libraries (>30 libraries) Generally more specific functionality Few hundred entry points Statically linked Maintained in MECCA. CLIB Functional Groups.

gaille
Download Presentation

Application Library Support

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Application Library Support Brian Hendricks

  2. Libraries • CLIB • Generic functionality • >2000 entry points • Runtime linking • User libraries (>30 libraries) • Generally more specific functionality • Few hundred entry points • Statically linked • Maintained in MECCA

  3. CLIB Functional Groups • dio_xxx – Data I/O • supports reading/setting devices • supports reading device database information • typically uses device index/property addressing • maintains usage/error statistics • db_xxx – DataBase access • accesses relational database

  4. CLIB Functional Groups (continued) • window_xxx – alphanumeric window access • row/column addressing • wn_xxx – graphic WiNdow access • views created in unitary coordinate system • each view has its own internal coordinate system • error_xxx • displays/logs error and informational messages • str_xxx – STRing functions • adds to C RTL string support

  5. User Library Types • General • ul_cbsaux (covers everything) and ul_pasa • ul_physlib • ul_windowlib and ul_wnlib • Specific • ul_tecar • ul_scopes and ul_pbar_instruments

  6. User Libraries • ul_cbsaux – CLIB auxiliary routines • >250 routines • BPM support • GPIB support • waveform generator support • ul_physlib – generic physics routines • contains ‘Numerical Recipes in C’ routines • ul_lssol – fitting routines • ul_model – lattice database access

  7. User Libraries (continued) • ul_pasa and ul_net – networking support • ul_scopes – GPIB scope support • ul_sequencer – Sequencer interface routines • ul_windowlib • additional window_xxx routines • ul_wnlib – additional wn_xxx routines • ul_dialoglib – special user dialogs

  8. User Libraries (continued) • ul_friglib and ul_heliumlib • supports accessing cryogenic systems • ul_multiwire • supports SWICs, multiwires, and SEMs • ul_crg and ul_mirg • support accessing Collider and Main Injector ramp generator data structures, respectively • ul_tecar and ul_mecarlib • access to Tevatron and Main Injector ramp controllers

  9. Pbar User Libraries • ul_pbar_dio • layer on top of CLIB’s DIO routines • ul_pbar_graphics • layer on top of CLIB’s wnlib routines • ul_pbar_general – general programming aids • ul_pbar_le_calc – special calculation routines • ul_pbar_gpib • layer on top of GPIB routines in ul_cbsaux • ul_pbar_instruments – GPIB instrument support

More Related