source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14068   12 years tbretz Added V8 disposal to destructor.
(edit) @14060   12 years tbretz Implemented JsState and JsName, fixed a problem in JsSleep
(edit) @14059   12 years tbretz Added special '$' array as arguments; moved sleep to dim-space; added ...
(edit) @14058   12 years tbretz Set the script name to be properly distributed by dimctrl.
(edit) @14057   12 years tbretz Allow derived classes to manipulate fScript
(edit) @14055   12 years tbretz Added the possibility to run with arguments; added exit() command to JS
(edit) @14054   12 years tbretz Allow to split command lines without equal signs
(edit) @14053   12 years tbretz Omit the 'Command emitted successfully... we assume that it was ...
(edit) @14052   12 years tbretz Stop a readline and JavaScript if STOP is received.
(edit) @14051   12 years tbretz Allow stoppping the script from everyhwere.
(edit) @14050   12 years tbretz Added InterpreterV8 as base class to allow running JavaScripts
(edit) @14049   12 years tbretz JavaScript engine based on google's v8.
(edit) @14047   12 years tbretz Exception handling around stoi needed
(edit) @14046   12 years tbretz Implemented conversion of data-base to uri
(edit) @14045   12 years tbretz Simplified database access.
(edit) @14044   12 years tbretz A wrapper to support a more direct database access.
(edit) @14043   12 years tbretz Fixed pointing.data
(edit) @14042   12 years tbretz Added a source list and some improvements to the astronomy calculations.
(edit) @14040   12 years tbretz Added a third column to the astro table and a source-list page with ...
(edit) @14039   12 years tbretz HAS_SQL -> HAVE_SQL
(edit) @14038   12 years tbretz HAS_SQL -> HAVE_SQL
(edit) @14037   12 years tbretz Addded source database as option.
(edit) @14036   12 years tbretz Implemented the display of the distance between known sources and the moon
(edit) @14034   12 years tbretz Added history for errors; updated error handling to be able to do some ...
(edit) @14033   12 years tbretz Updated the algorithm to faster set the correct voltage in case of ...
(edit) @14032   12 years tbretz Store last state; replaced fixed values by enums
(edit) @14025   12 years tbretz Started to prepare to move WriteFits as WriteFitsImp to DrsCalibration ...
(edit) @14024   12 years tbretz Some exception handling around WriteFits
(edit) @14023   12 years tbretz Moved the creation of the default keys to a static function so that it ...
(edit) @14022   12 years tbretz Replaced the use of the old fits class with ofits.
(edit) @14021   12 years tbretz Updated the rules which apply during current feedback before the ...
(edit) @14020   12 years tbretz Updated and fixed the event selection for the event display and the ...
(edit) @14019   12 years tbretz Fixed a problem if fDescriptionStates.itsData was still zero. I guess ...
(edit) @14018   12 years tbretz Added automatic parking if sun-rise has been passed and a locked state ...
(edit) @14017   12 years tbretz Replaced lexical_cast by to_string
(edit) @14016   12 years tbretz Replaced lexical cast by to_string
(edit) @14015   12 years tbretz Added support for 'the last state'
(edit) @14014   12 years tbretz Added audio-support; renamed Astro to Sun
(edit) @14013   12 years tbretz Set the verbosity to quiet per default.
(edit) @14011   12 years tbretz Exit with 128 not -1
(edit) @14010   12 years tbretz Exit with 128 not -1
(edit) @14009   12 years tbretz Exit with 127 if parsing of command line options failed.
(edit) @14008   12 years tbretz If no exit code is given explicitly, assume that everything was ok.
(edit) @14007   12 years tbretz Removed obsolete use of c_str
(edit) @14006   12 years tbretz Removed some more unnecessary c_str()
(edit) @14005   12 years tbretz replaced more 'const char *' by std::string&
(edit) @14004   12 years tbretz Fixed a minor compilation issue
(edit) @14003   12 years tbretz Replaced some 'const char*' with a const-refernce to a std::string
(edit) @14002   12 years tbretz Replaced some 'const char*' with a const-refernce to a std::string
(edit) @14001   12 years tbretz Exchanged the file format definition for the cfiotsio based fits ...
(edit) @14000   12 years tbretz Exchanged the enum definitions for the cfitsio based fits format and ...
(edit) @13997   12 years tbretz Made some member function protected which do not have to be public
(edit) @13996   12 years tbretz Fixed a few compilation problems.
(edit) @13992   12 years tbretz Added TIME_CHECKsome changes to the output structure and file names; ...
(edit) @13991   12 years tbretz Exchanged the number of the states.
(edit) @13989   12 years tbretz Fixed the help text for SET_TRIGGER_INTERVAL
(edit) @13986   12 years tbretz Added ERROR state as allowed state to PARK command
(edit) @13985   12 years tbretz Added PARK command.
(edit) @13984   12 years tbretz Cleaned main function.
(edit) @13983   12 years tbretz Added teh server name to the THRESHOLD service.
(edit) @13982   12 years tbretz Added infrastructure to get wobble positions from database.
(edit) @13981   12 years tbretz
(edit) @13980   12 years tbretz Ensure that no message is processed twice; also add processing of ...
(edit) @13975   12 years tbretz Add tracking commands are now also allowed in state kTracking
(edit) @13974   12 years tbretz Added a faster procedure when the current control is anables to get to ...
(edit) @13966   12 years tbretz Remove a current unused argument
(edit) @13965   12 years tbretz
(edit) @13957   12 years tbretz Implemented TimeCheck and changed Idle-color for the main status to white.
(edit) @13956   12 years tbretz (Hopefully) improved the state handling.
(edit) @13955   12 years tbretz Display the time until the sun is down and display a symbol if the ...
(edit) @13954   12 years tbretz Added functions to get time difference as string
(edit) @13953   12 years tbretz Display also when the moon is up.
(edit) @13952   12 years tbretz Write drive info as single line; display when sun is up.
(edit) @13951   12 years tbretz Enable to buffer all events per default until the main event loop has ...
(edit) @13950   12 years tbretz Start to connect only _after_ all ooptions are set.
(edit) @13948   12 years tbretz Revised the order of callback etc.
(edit) @13947   12 years tbretz Properly save variables in case of nested scripts.
(edit) @13944   12 years tbretz Some code cosmetics
(edit) @13941   12 years tbretz Fixed the include
(edit) @13939   12 years tbretz Sanity check in SetSection
(edit) @13938   12 years tbretz Make sure that the section outside of an Execute is properly set to -3 ...
(edit) @13937   12 years tbretz Some improvements to the event selection for the fDimEventData ...
(edit) @13936   12 years tbretz Display thresholds on main page; initialize fMcpConfigurationState; ...
(edit) @13933   12 years tbretz Used named states instead of numbers.
(edit) @13932   12 years tbretz Use new state namespaces; do not display current warning if current is ...
(edit) @13924   12 years tbretz Update a short service whic only transmits the run-numbers for the DRS ...
(edit) @13922   12 years tbretz Moved State definintions to header file and namespace.
(edit) @13921   12 years tbretz Moved state definitions to header file and namespace.
(edit) @13920   12 years tbretz Added a missing semi-colon
(edit) @13919   12 years tbretz Moved stated to own header and namespace
(edit) @13918   12 years tbretz Moved state definitions to own header and namespace
(edit) @13917   12 years tbretz
(edit) @13916   12 years tbretz Replaced Execute by callbacks and moved state definition to own header ...
(edit) @13915   12 years tbretz Moved state definition to HeadersrateControl.h
(edit) @13914   12 years tbretz Moved stated to namespace FSC::State
(edit) @13913   12 years tbretz Moved states to namespace State
(edit) @13912   12 years tbretz
(edit) @13911   12 years tbretz Moved drivectrl headers to HeadersDrive.h and state machien states to ...
(edit) @13910   12 years tbretz Moved state machine states to namespace State
(edit) @13909   12 years tbretz Du buffer events outside of the loop. Note that if you stay to long ...
Note: See TracRevisionLog for help on using the revision log.