Changeset 33800 for trunk/ippMonitor/czartool/czartool.pl
- Timestamp:
- Apr 18, 2012, 1:42:47 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool.pl
r32093 r33800 32 32 my @publishingLabels = undef; 33 33 34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", " magic", "magicDS", "dist", "pub");34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", "dist", "pub"); 35 35 promptPoll(); 36 36 … … 156 156 chomp($label); 157 157 158 printf("\n+-------------------------------------------------------------------------------------------------------------------- --------------------------+\n");159 printf("| %32s|\n", $label);160 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");161 printf("| state | chip | cam | fake | warp | stack | diff | magic | destreak |dist | publish |\n");162 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");158 printf("\n+--------------------------------------------------------------------------------------------------------------------+\n"); 159 printf("| %32s |\n", $label); 160 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 161 printf("| state | chip | cam | fake | warp | stack | diff | dist | publish |\n"); 162 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 163 163 164 164 my $state; … … 179 179 } 180 180 181 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");181 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 182 182 183 183 } … … 191 191 my ($state) = @_; 192 192 #print time, $/; 193 printf("\n+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------+\n");194 printf("| %10s (any faults are shown in parentheses)|\n", $state);195 printf("+----- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+\n");196 printf("| no | label | distributing? | publishing? | chip | cam | fake | warp | stack | diff | magic | destreak |dist | publish |\n");197 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");193 printf("\n+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n"); 194 printf("| %10s (any faults are shown in parentheses) |\n", $state); 195 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 196 printf("| no | label | distributing? | publishing? | chip | cam | fake | warp | stack | diff | dist | publish |\n"); 197 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 198 198 199 199 my $stdsLabel; … … 232 232 } 233 233 234 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+ ------------+------------+\n");234 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 235 235 236 236 }
Note:
See TracChangeset
for help on using the changeset viewer.
