Changeset 16074 for trunk/FACT++/scripts/Observation_class.js
- Timestamp:
- 05/23/13 12:07:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Observation_class.js
r15352 r16074 80 80 break; 81 81 82 case 'SINGLEPE': 83 case 'DRSCALIB': 84 case 'IDLE': 85 break; 86 82 87 default: 83 throw new Error(" the task of this observation:"+this.task+ 84 "is not implemented. use one of: DATA, STARTUP, SHUTDOWN, RATESCAN."); 88 throw new Error("The observation type "+ret[i].task+" is unknown."); 85 89 } 86 90 }
Note:
See TracChangeset
for help on using the changeset viewer.