source: trunk/FACT++/src/drivectrl.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14510   12 years tbretz Fixed some command descriptions.
(edit) @14496   12 years tbretz Initialize fAutoResume.
(edit) @14495   12 years tbretz Added resume and auto-resume functionality.
(edit) @14368   12 years tbretz Send the correct state in case of an error.
(edit) @14349   12 years tbretz The state description for the Locked state was missing.
(edit) @14046   12 years tbretz Implemented conversion of data-base to uri
(edit) @14045   12 years tbretz Simplified database access.
(edit) @14039   12 years tbretz HAS_SQL -> HAVE_SQL
(edit) @14018   12 years tbretz Added automatic parking if sun-rise has been passed and a locked state ...
(edit) @14009   12 years tbretz Exit with 127 if parsing of command line options failed.
(edit) @13986   12 years tbretz Added ERROR state as allowed state to PARK command
(edit) @13985   12 years tbretz Added PARK command.
(edit) @13982   12 years tbretz Added infrastructure to get wobble positions from database.
(edit) @13975   12 years tbretz Add tracking commands are now also allowed in state kTracking
(edit) @13933   12 years tbretz Used named states instead of numbers.
(edit) @13911   12 years tbretz Moved drivectrl headers to HeadersDrive.h and state machien states to ...
(edit) @13767   12 years tbretz Implemented the possibility to reload the source data from the database.
(edit) @13223   13 years tbretz Unintentionally changed the allowed states for TRACK_SOURCE with the ...
(edit) @13222   13 years tbretz Replaced W format by C for TRACK_SOURCE
(edit) @13166   13 years tbretz Make sure that the connection is the last in the configuration; ...
(edit) @13165   13 years tbretz Added some improved output.
(edit) @12989   13 years tbretz Replaces status==0 but 0x100-3 (ERROR) instead of 99, leading to a ...
(edit) @12954   13 years tbretz Added include of LocalControl.h
(edit) @12881   13 years tbretz Fixed another bug in the wobble calculation; the declination was in ...
(edit) @12878   13 years tbretz Removed two stray formats in TRACKING_POSITION which were errornously ...
(edit) @12844   13 years tbretz There was a mismatch with the units in SOURCE_POSITION
(edit) @12839   13 years tbretz Set precision of ra/dec output to 8
(edit) @12838   13 years tbretz Corrected the DB query and output the sources from the DB.
(edit) @12837   13 years tbretz Renamed the tracking with source name to TRACK_SOURCE; replaced C by W ...
(edit) @12836   13 years tbretz PrintHelp didn't output the commands so far - fixed.
(edit) @12828   13 years tbretz Removed a line producing an unused variable.
(edit) @12807   13 years tbretz Added options to read sources names from a database and to start ...
(edit) @12770   13 years tbretz Added a new dim service SOURCE_POSITION and a new command WOBBLE.
(edit) @12649   13 years tbretz Do not send tracking reports if there is no tracking (MJD==0)
(edit) @12571   13 years tbretz Fixed more option description.
(edit) @12570   13 years tbretz Fixed some option description.
(edit) @12532   13 years tbretz Added a drive status dim service.
(edit) @12309   13 years tbretz First woring and tested version.
(edit) @12252   13 years tbretz Added commands to set LED brightness.
(edit) @11837   13 years tbretz Changed Dim services to ensure they send the time.
(edit) @11578   13 years tbretz Moved some part of the initialization from main to Configure::DoParse
(edit) @11577   13 years tbretz Moved Dim:Setup to Main::execute
(edit) @11575   13 years tbretz Moved common option setup to Main.h; created Main namespace
(edit) @11574   13 years tbretz Added the possibility to setup DIM_HOST_NODE with the --host program ...
(edit) @11483   13 years tbretz Added a registry for wildcarded options to detect unaccessed options; ...
(edit) @11481   13 years tbretz Replaced boost::thread by std::thread and boost::bind by std::bind ...
(edit) @11474   13 years tbretz Removed some obsolete includes; made it compile again.
(edit) @11471   13 years tbretz Replaced boost::array by std::array
(edit) @11264   13 years tbretz Removed includes which are now in Main.h
(edit) @11253   13 years tbretz Changed SetConfiguration to EvalConfiguration and its return value ...
(edit) @11251   13 years tbretz Started to unify the main program of the io_service based control program.
(edit) @11221   13 years tbretz Removed q as shortcut for --quit to avoid confusion with --quiet
(edit) @11218   13 years tbretz Added --cmd and --quit program option.
(edit) @11056   13 years tbretz Removed RunDim and replaces it with RunShell and LocalStream
(edit) @11043   13 years tbretz Added the --exec command.
(edit) @10997   13 years tbretz Added boot message to interactive session.
(edit) @10885   13 years tbretz Use GetBool and Ptr from EventImp directly.
(edit) @10804   13 years tbretz Simplified program options handling.
(add) @10774   13 years tbretz
Note: See TracRevisionLog for help on using the revision log.