|
|
@13223
|
13 years |
tbretz |
Unintentionally changed the allowed states for TRACK_SOURCE with the ...
|
|
|
@13222
|
13 years |
tbretz |
Replaced W format by C for TRACK_SOURCE
|
|
|
@13166
|
13 years |
tbretz |
Make sure that the connection is the last in the configuration; ...
|
|
|
@13165
|
13 years |
tbretz |
Added some improved output.
|
|
|
@12989
|
13 years |
tbretz |
Replaces status==0 but 0x100-3 (ERROR) instead of 99, leading to a ...
|
|
|
@12954
|
13 years |
tbretz |
Added include of LocalControl.h
|
|
|
@12881
|
13 years |
tbretz |
Fixed another bug in the wobble calculation; the declination was in ...
|
|
|
@12878
|
13 years |
tbretz |
Removed two stray formats in TRACKING_POSITION which were errornously ...
|
|
|
@12844
|
13 years |
tbretz |
There was a mismatch with the units in SOURCE_POSITION
|
|
|
@12839
|
13 years |
tbretz |
Set precision of ra/dec output to 8
|
|
|
@12838
|
13 years |
tbretz |
Corrected the DB query and output the sources from the DB.
|
|
|
@12837
|
13 years |
tbretz |
Renamed the tracking with source name to TRACK_SOURCE; replaced C by W ...
|
|
|
@12836
|
13 years |
tbretz |
PrintHelp didn't output the commands so far - fixed.
|
|
|
@12828
|
13 years |
tbretz |
Removed a line producing an unused variable.
|
|
|
@12807
|
13 years |
tbretz |
Added options to read sources names from a database and to start ...
|
|
|
@12770
|
13 years |
tbretz |
Added a new dim service SOURCE_POSITION and a new command WOBBLE.
|
|
|
@12649
|
13 years |
tbretz |
Do not send tracking reports if there is no tracking (MJD==0)
|
|
|
@12571
|
13 years |
tbretz |
Fixed more option description.
|
|
|
@12570
|
13 years |
tbretz |
Fixed some option description.
|
|
|
@12532
|
13 years |
tbretz |
Added a drive status dim service.
|
|
|
@12309
|
13 years |
tbretz |
First woring and tested version.
|
|
|
@12252
|
13 years |
tbretz |
Added commands to set LED brightness.
|
|
|
@11837
|
13 years |
tbretz |
Changed Dim services to ensure they send the time.
|
|
|
@11578
|
13 years |
tbretz |
Moved some part of the initialization from main to Configure::DoParse
|
|
|
@11577
|
13 years |
tbretz |
Moved Dim:Setup to Main::execute
|
|
|
@11575
|
13 years |
tbretz |
Moved common option setup to Main.h; created Main namespace
|
|
|
@11574
|
13 years |
tbretz |
Added the possibility to setup DIM_HOST_NODE with the --host program ...
|
|
|
@11483
|
13 years |
tbretz |
Added a registry for wildcarded options to detect unaccessed options; ...
|
|
|
@11481
|
13 years |
tbretz |
Replaced boost::thread by std::thread and boost::bind by std::bind ...
|
|
|
@11474
|
13 years |
tbretz |
Removed some obsolete includes; made it compile again.
|
|
|
@11471
|
13 years |
tbretz |
Replaced boost::array by std::array
|
|
|
@11264
|
13 years |
tbretz |
Removed includes which are now in Main.h
|
|
|
@11253
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration and its return value ...
|
|
|
@11251
|
13 years |
tbretz |
Started to unify the main program of the io_service based control program.
|
|
|
@11221
|
13 years |
tbretz |
Removed q as shortcut for --quit to avoid confusion with --quiet
|
|
|
@11218
|
13 years |
tbretz |
Added --cmd and --quit program option.
|
|
|
@11056
|
13 years |
tbretz |
Removed RunDim and replaces it with RunShell and LocalStream
|
|
|
@11043
|
13 years |
tbretz |
Added the --exec command.
|
|
|
@10997
|
13 years |
tbretz |
Added boot message to interactive session.
|
|
|
@10885
|
13 years |
tbretz |
Use GetBool and Ptr from EventImp directly.
|
|
|
@10804
|
13 years |
tbretz |
Simplified program options handling.
|
|
|
@10774
|
13 years |
tbretz |
|