source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15163   12 years tbretz Added some ifdef to make the datalogger also compile without libnova.
(edit) @15158   12 years tbretz Fixed a typo in an exception.
(edit) @15157   12 years tbretz Fixed a problem which could cause the fadctrl after a successsfull ...
(edit) @15156   12 years tbretz Implemented sendmail class (via mailx) Mail. Re-structured the ...
(edit) @15153   12 years lyard changed close time of files from noon to 30 minutes after sunrise for ...
(edit) @15150   12 years tbretz dim.wait now uses undefined instead of null as the value for infinite wait.
(edit) @15148   12 years tbretz Removed some debug output. Moved to a slightly less conservative ...
(edit) @15147   12 years tbretz Log a message when a STOP command was received.
(edit) @15143   12 years tbretz Fixed another problem with the display of exceptions in certain conditions.
(edit) @15141   12 years tbretz Allow null as third argument in dim.wait; return undefined in by include.
(edit) @15140   12 years tbretz Improved handling of exceptions coming from included files. This ...
(edit) @15139   12 years tbretz Fixed a problem with the return value in the timeout function. The ...
(edit) @15138   12 years tbretz Replaced the pre-compiled v8.sleep() by an ulock and a usleep, which ...
(edit) @15133   12 years tbretz Fixed a typo in a service description.
(edit) @15132   12 years tbretz Fixed a typo in a state description.
(edit) @15130   12 years tbretz Some more updates to improve the log output and reduce the amount ...
(edit) @15129   12 years tbretz Added an additional sanity check in timeout.
(edit) @15128   12 years tbretz Do not print 'use strict' as result... this produces starnge results ...
(edit) @15127   12 years lyard changed all sleep times to 1 usec
(edit) @15126   12 years lyard fixed mem alloc and changed sleep time with Thomas
(edit) @15122   12 years tbretz Fixed a problem which occured when the status of both lids was empty ...
(edit) @15115   12 years tbretz Uncommented the _right_ lines :S
(edit) @15111   12 years tbretz The name of the program has to be extracted from conf.GetName()
(edit) @15110   12 years tbretz Removed default from file name resources.
(edit) @15109   12 years tbretz Removed default from 'host'
(edit) @15107   12 years tbretz Added SUBSCRIPTIONS on the black list by default.
(edit) @15106   12 years tbretz The operator comparing the static data now does not compare the ...
(edit) @15105   12 years tbretz Default is quiet mode now.
(edit) @15104   12 years tbretz Allow to overwrite script depth (for java script procesing)
(edit) @15103   12 years tbretz Handle the 'Power Problem' a bit more accurate.
(edit) @15102   12 years tbretz Signal the base class about loading and ending so that it can access ...
(edit) @15101   12 years tbretz Set a script depth!=0 when a script is running to avoid smartfact ...
(edit) @15100   12 years tbretz Go to Locked state after a parking command. This is not ideal because ...
(edit) @15099   12 years tbretz Output if new file format was set; do not update the Feedback data anymore
(edit) @15091   12 years tbretz Improvements in output.
(edit) @15088   12 years tbretz Fixed a typo in a log-message.
(edit) @15087   12 years tbretz Send arguments with the START command, determine '--server' option ...
(edit) @15086   12 years tbretz Unify dimctrl and 'dimserver' (dimctrl --server)
(edit) @15081   12 years tbretz Fixed the deletion of alarms from the list
(edit) @15080   12 years tbretz If alarms are cleared sending an empty string, it is not necessary to ...
(edit) @15079   12 years tbretz It is not necessary anymore to send a fake empty strng in Comment or Alarm.
(edit) @15078   12 years tbretz Emit an empty string if no arguments are given in dim.log
(edit) @15075   12 years tbretz Do not add something to the history in the StaticPrompt if it is ...
(edit) @15073   12 years tbretz Implemented v8::timeout and let dim.getDescription return an object of ...
(edit) @15069   12 years tbretz Added reading of pixel map and setting of initial thresholds for hot ...
(edit) @15064   12 years tbretz Do not store entries in the history which were the last entry ...
(edit) @15061   12 years lyard added configuration option for service list update interval
(edit) @15060   12 years lyard added extra service and changed behaviour in case of format change for ...
(edit) @15059   12 years tbretz Fixed a typo in a function call and corrected the size of the ...
(edit) @15058   12 years tbretz Fixed a typo in an enum.
(edit) @15057   12 years tbretz Fixed the format description of the DATA service.
(edit) @15055   12 years tbretz Removed the code dealing with the clock conditioner. There is now easy ...
(edit) @15054   12 years tbretz Do not report the clock conditioner to be unlocked if FTM is in state ...
(edit) @15053   12 years tbretz More verbose output
(edit) @15046   12 years tbretz Renamed getService to getDescription
(edit) @15044   12 years tbretz Rename command property to isCommand
(edit) @15043   12 years tbretz Added new dim functions to get access to the description of a single ...
(edit) @15042   12 years tbretz Added JsGetServices and JsGetDescription
(edit) @15041   12 years tbretz Use the lock guard where appropriate; added GetServiceList member function
(edit) @15040   12 years tbretz
(edit) @15039   12 years tbretz Moved Service structure to Service.h
(edit) @15037   12 years tbretz Implemented reading configuration from resources for different run-types.
(edit) @15036   12 years tbretz Use new CALIBRATE_RUN and propagate the run-type to the ratecontrol.
(edit) @15035   12 years tbretz Removed some obsolete debug output.
(edit) @15034   12 years tbretz Set the QoS to 2 if the calibration by currents succeeded.
(edit) @15031   12 years tbretz I cannot get the the size of the dim_data correctly eventhough it is ...
(edit) @15029   12 years tbretz Some fixes to get the new calibrate_by_currents working.
(edit) @15027   12 years tbretz Added CALIBRATE_BY_CURRENT command which allows to set the global ...
(edit) @15024   12 years tbretz Pipe return code so that it can correctly be restarted by start.sh
(edit) @15023   12 years tbretz Removed the obsolete WriteFitsImp from the class definition.
(edit) @15022   12 years tbretz Added some more sanity checks for the dim services.
(edit) @15021   12 years tbretz Added --restart to the dimctrl which avoids the need to know the magic ...
(edit) @15020   12 years tbretz Added missing CoolingFailure state.
(edit) @15019   12 years tbretz Added Dim service with calibrated currents.
(edit) @15018   12 years tbretz StartScript need not to return Loading already, loading will be set ...
(edit) @15017   12 years tbretz Changed return codes from EvalOption such that 0 means 'stop, but ...
(edit) @15012   12 years tbretz Allow 9deg temp difference between outside and camera.
(edit) @15011   12 years tbretz Small fixes on last commit.
(edit) @15010   12 years tbretz Added Getter for start and stop time.
(edit) @15009   12 years tbretz Replaced WriteFitsImp by fData.WriteFitsImp; added storage of begin ...
(edit) @15006   12 years tbretz Added initializer from an ISO string, fixed the wrong ISO format ...
(edit) @15003   12 years tbretz Make it compile also with the older g++ on gate.
(edit) @15002   12 years tbretz Updated help text.
(edit) @15001   12 years tbretz Redirect message about connection to database to cerr instead of cout.
(edit) @14994   12 years tbretz Avoid to output results of internal functions (ExecuteCode called with ...
(edit) @14992   12 years lyard Made message in case of service format change more explicit
(edit) @14991   12 years tbretz Added calibration start and calibration end time to ...
(edit) @14990   12 years tbretz Made some log output more clear
(edit) @14989   12 years tbretz Fixed a bug which could cause listing data to fail more or less randomly.
(edit) @14988   12 years tbretz If there was no report yet at all, state disconnected is returned.
(edit) @14987   12 years tbretz Print result went it is NOT undefined, not when it is undefined.
(edit) @14986   12 years tbretz Added JsResult to print the result of executed code.
(edit) @14985   12 years tbretz Added .java command to run an interactive console; do not return an ...
(edit) @14984   12 years tbretz Update the prompt in regular intervals even if GetUpdatePrompt returns ...
(edit) @14983   12 years tbretz Implemented to possibility to run an interactive javascript interpreter.
(edit) @14981   12 years tbretz Allow both types of escape characters ' and "
(edit) @14980   12 years tbretz Removed old obsolete values
(edit) @14979   12 years tbretz Added the possibility to have colored lines in graphics; adaptes ...
(edit) @14978   12 years tbretz Added include for array.hpp - needed for newer boost versions
(edit) @14976   12 years tbretz Replaced deprecated io_service() by get_io_service()
Note: See TracRevisionLog for help on using the revision log.