/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to setups/toska/config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-08-13 00:07:23 UTC
  • Revision ID: csa@dside.dyndns.org-20080813000723-abfxqyhnvbs01yb6
Data filtering support

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                    'gid' => 'modul${1}',
52
52
                    'title' => 'Test ${1} Hz'
53
53
                ),*/
54
 
                "/^Wv\\\$LiveData\\\$Modul(01|02|10|11)$/" => array(
 
54
                "/^Wv\\\$LiveData\\\$Modul(02|10|11)$/" => array(
55
55
                    'gid' => 'm${1}',
56
56
                    'title' => 'Module ${1}'
57
57
                ),    
71
71
                    'gid' => 'isoamp${1}',
72
72
                    'title' => 'ISO AMP ${1}'
73
73
                ),
74
 
                "/^Wv\\\$LiveData\\\$(T_\w+)$/" => array(
 
74
                "/^Wv\\\$LiveData\\\$([TE]_\w+)$/" => array(
75
75
                    'gid' => 'src_${1}',
76
76
                    'title' => '${1}'
77
77
                ),
 
78
                "/^Wv\\\$LiveData\\\$(SC)(\d+)$/" => array(
 
79
                    'gid' => 'src_${1}${2}',
 
80
                    'title' => '${1} ${2}'
 
81
                ),
78
82
            ),
79
83
            "columns" => array(
80
84
                "time" => "WsDateTimeTicks",