| Copyright (c) TRIUMF 2005, ... | ||
| Version 1.0 - production version | for edm up to 1-11-0f | |
| Rolf Keitel, 2006/06/16: | fixed typo in programming example | |
| Rolf Keitel, 2006/08/03: | added fix... scripts to the tadl2edl part | |
| Rolf Keitel, 2006/10/05: | fixed a typo in triumfSlider.pm, added more fix.. scripts | |
| Version 1-11-0p | production version for edm up to 1-11-0p | |
| Rolf Keitel, 2006/11/01: | added support for new properties of edm-1-11-0p added check tool (checkEdlModules.pl) |
| Graphics | Monitors | Controllers |
|---|---|---|
| arc | bar | button |
| circle | byte | choice_button |
| dynamic_symbol | meter | exit_button |
| embedded_window | msg_box | menu_button |
| gif_image | pv_inspector | menu_mux |
| lines | reg_text_update | message_button |
| png_image | strip_chart | motif_slider |
| static_text | symbol | radio_box |
| text_with_regexp | table | related_display |
| . | text_monitor | shell_command |
| . | text_update | slider |
| . | xy_graph | text_control |
| . | . | text_entry |
| . | . | updown_button |
| Edl.pm | common module, to be included with a "use" statement in the user's build script |
| EdlHead.pm | module to generate the edl file header |
| EdlDefaults.pm | module for site-specific configuration |
| Edl....pm | one Perl module Edl... for each edm widget |
| Edl.pm |
main module |
| Edl<widget>.pm | complete set of widget modules |
| EdlCp.pm, EdlPanels.pm, EdlPanels2.pm | "Convenience" functions, used at TRIUMF for display building (not part of EdlBuild) |
| tadl2edl.pl | a converter from edd/dm to edm format (adapted from the SLAC version for TRIUMF use, using the EdlBuild p\Perl modules). This converter is provided "as-is". It is developed solely for TRIUMF use. No bug-fix requests will be accepted for this tool. |
| tadl2edlClrSupport.pl | support for colour |
| badlfish....pl modules | TRIUMF versions of the SLAC badlfish suite. |
| colors.list calc.list |
examples of TRIUMF files which implement dm-compatible colour rules |
| isacClrLut | example of a colour lookup-table used by tadl2edl to convert edd/dm colour indices to edm colour indices |
| usebadlfish | environment variable setup for tadl2edl |
| adl2edls.pl | converts all .adl files of a directory |
| fix*.pl | a set of perl filters, which fix some conversion weaknesses (inspect before using) |