source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15248   11 years tbretz Updated the include path to PixelMap
(edit) @15247   11 years tbretz Removed an obsolete log-message.
(edit) @15246   11 years tbretz Fixed a problem that if a string is printed to the console with ...
(edit) @15239   11 years tbretz Fixed a race-condition during configuration with the states of the ...
(edit) @15213   11 years tbretz
(edit) @15212   11 years tbretz Made aware of Mars.
(edit) @15211   11 years tbretz Removed obsoleete includes.
(edit) @15210   11 years tbretz Updated to use new nova C++ wrapper
(edit) @15209   11 years tbretz Updated to use new nova C++ wrapper
(edit) @15208   11 years tbretz Fixed a problem with the coordinate system... libnova's hrz has a ...
(edit) @15206   11 years tbretz Make use of the new GetNextSunRise() function of the Time-class
(edit) @15205   11 years tbretz Use some simplifications coming with the new C++ wrapper for libnova.
(edit) @15204   11 years tbretz Use some simplifications coming with the new C++ wrapper of libnova
(edit) @15202   11 years tbretz Simplified using libnova with the new C++ wrapper. ...
(edit) @15201   11 years tbretz Simplified using libnova by using the new C++ wrapper
(edit) @15200   11 years tbretz Another update to get the checkes most reliable.
(edit) @15192   11 years tbretz Plot a message about a new file format only when it was changed; reset ...
(edit) @15190   11 years tbretz Implemented function to get the time of the previous and next ...
(edit) @15188   11 years tbretz Fixed some compilation issues with older boost version as installed on ...
(edit) @15187   11 years tbretz Adapted the detection of very low trigger rates to the changes in ftmctrl.
(edit) @15186   11 years tbretz Also added a consistency check on the TimeStamp. Now everything should ...
(edit) @15185   11 years tbretz Keep the rate of the first report afte a state change at -1 to signal ...
(edit) @15184   11 years tbretz Updated the calculation of on-time and eff. on-time. In some special ...
(edit) @15178   11 years tbretz Added some comments about time zone offsets in root plots.
(edit) @15177   11 years tbretz Added a --no-log option, just in case...
(edit) @15174   11 years tbretz Fixed some typos in the help-message, increased the validity delay a bit.
(edit) @15173   11 years tbretz Choose the quiet option by default.
(edit) @15172   11 years tbretz Changed the Mail class a bit to have the arrays as data members ReadOnly.
(edit) @15168   11 years tbretz Store a global set of all described services.
(edit) @15167   11 years tbretz Added Split(), a wrapper around boost::split
(edit) @15166   11 years tbretz A helper class to easily check the DATA_LOGGER/SUBSCRIPTIONS
(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
Note: See TracRevisionLog for help on using the revision log.