|
|
@14630
|
12 years |
tbretz |
Fixed the HandleScope in the astrometry functions.
|
|
|
@14629
|
12 years |
tbretz |
Check only if state was already defined since script start; added a ...
|
|
|
@14627
|
12 years |
tbretz |
|
|
|
@14626
|
12 years |
tbretz |
Changes to th bahaviour of get(); fixex a problem with the return ...
|
|
|
@14622
|
12 years |
tbretz |
Added PWR_CONTROL, AGILENT_CONTROL and LID_CONTROL.
|
|
|
@14621
|
12 years |
tbretz |
Switch off console mode for server.
|
|
|
@14618
|
12 years |
tbretz |
Fixed a typo in an include; removed an obsolete include
|
|
|
@14617
|
12 years |
tbretz |
Fixed two compilation issues.
|
|
|
@14616
|
12 years |
tbretz |
Removed obsolete includes.
|
|
|
@14615
|
12 years |
tbretz |
Removed obsolete includes.
|
|
|
@14614
|
12 years |
tbretz |
'C' formatted text is now unescaped before it is sent/posted.
|
|
|
@14613
|
12 years |
tbretz |
Unescape 'C' formated text.
|
|
|
@14609
|
12 years |
tbretz |
Command to ftm should be RESET_CONFIGURE and not jut RESET
|
|
|
@14608
|
12 years |
tbretz |
Reset configuration status of ftmctrl when ratescan is finished.
|
|
|
@14607
|
12 years |
tbretz |
Some improvements to internal exception throwing; some improvements to ...
|
|
|
@14603
|
12 years |
tbretz |
Added AddFormatToGlobal; improved exception reporting (enabled stack ...
|
|
|
@14602
|
12 years |
tbretz |
Some fixes from the latest changes; added some comments.
|
|
|
@14601
|
12 years |
tbretz |
Allow 0 timeout, added a check for Locking in Terminate; added some ...
|
|
|
@14600
|
12 years |
tbretz |
Made lockers const and moved the chck for a valid main thread behin ...
|
|
|
@14599
|
12 years |
tbretz |
Made lockers const and moved the chck for a valid main thread behin ...
|
|
|
@14598
|
12 years |
tbretz |
Instead of catching exception everywhere to check for termination of ...
|
|
|
@14596
|
12 years |
tbretz |
Make sure that state machin will stay in the error state if an error ...
|
|
|
@14595
|
12 years |
tbretz |
Added a command to track OnSource; added absolut deviation to service; ...
|
|
|
@14594
|
12 years |
tbretz |
Added state 'OnTrack'
|
|
|
@14591
|
12 years |
tbretz |
Some improvements to exeption texts; stored the issued query for ...
|
|
|
@14579
|
12 years |
tbretz |
Some minor updates; reordered the function in the file for a btter overview
|
|
|
@14578
|
12 years |
tbretz |
Added a simple astrometry interface.
|
|
|
@14577
|
12 years |
tbretz |
Improved StartConnect to get rid of a misleading error at startup of ...
|
|
|
@14576
|
12 years |
tbretz |
Changed the output for the script engine slightly.
|
|
|
@14574
|
12 years |
lyard |
moved Mjd back 12 hours so that files are closed at noon
|
|
|
@14573
|
12 years |
lyard |
fixed from Mjd spelling
|
|
|
@14572
|
12 years |
tbretz |
Allow double subscription to a service.
|
|
|
@14571
|
12 years |
tbretz |
Added dim version to startup message.
|
|
|
@14570
|
12 years |
lyard |
changed day count criterion to MjD
|
|
|
@14569
|
12 years |
lyard |
removed constraints on QoS value and prevent from replacing ...
|
|
|
@14568
|
12 years |
tbretz |
A bug fix to event compilation; a new implementation of get() which ...
|
|
|
@14567
|
12 years |
tbretz |
Fixed a problem with the mutics. If an event is unsubscribed, it can ...
|
|
|
@14566
|
12 years |
tbretz |
Do not return anything in JsGetEvent before an event was received
|
|
|
@14565
|
12 years |
tbretz |
Avoid copy of data when an event is handled... it is copied anyway.
|
|
|
@14564
|
12 years |
tbretz |
Keep the info whether an event was empty or just zero size.
|
|
|
@14563
|
12 years |
tbretz |
Keep the info whether an event was empty or just zero size.
|
|
|
@14562
|
12 years |
tbretz |
Distinguish the case between 'no data received' and 'data received but ...
|
|
|
@14561
|
12 years |
tbretz |
Imporved naming of states; changed offset in SetSection accordingly.
|
|
|
@14560
|
12 years |
tbretz |
Added the possibility to change the state of the state machine and ...
|
|
|
@14559
|
12 years |
tbretz |
Added JS functions to allow adding new state definitions and changing ...
|
|
|
@14558
|
12 years |
tbretz |
Slight modification to addining new states; updating states is now ...
|
|
|
@14557
|
12 years |
tbretz |
Added one more custom state, i.e. shifter all internal (negative) ones ...
|
|
|
@14556
|
12 years |
tbretz |
Added 'comment' to state info.
|
|
|
@14555
|
12 years |
tbretz |
Added processing of callbacks for state changes; some fixes to the ...
|
|
|
@14554
|
12 years |
tbretz |
Some improvements for the output during a script is running; added a ...
|
|
|
@14553
|
12 years |
tbretz |
Added description for state Moving
|
|
|
@14552
|
12 years |
tbretz |
Make sure that one server is never subscribed twice.
|
|
|
@14551
|
12 years |
tbretz |
Fixed a severe bug which caused some events tobe added twice and ...
|
|
|
@14550
|
12 years |
tbretz |
Some of the units were wrong.
|
|
|
@14549
|
12 years |
tbretz |
It seems that V8::Dispose() needs to be locked... at leats if it is ...
|
|
|
@14548
|
12 years |
tbretz |
Do only escape string arguments in the command string.
|
|
|
@14547
|
12 years |
tbretz |
Added a callback for the case when an event is received. To allow v8 ...
|
|
|
@14546
|
12 years |
tbretz |
Some simplification to the JavaScript interfacing, mainly unifying the ...
|
|
|
@14545
|
12 years |
tbretz |
Before commands are executed (cmd, exec) we wait now until we are sure ...
|
|
|
@14544
|
12 years |
tbretz |
Use a lock guard instead of lock/unlock
|
|
|
@14543
|
12 years |
tbretz |
Adapted to the use of a State instance.
|
|
|
@14542
|
12 years |
tbretz |
JavaData() cannot return invalid values.
|
|
|
@14541
|
12 years |
tbretz |
Added time to State so that the time of state reception is propagated.
|
|
|
@14540
|
12 years |
tbretz |
Use State in JsState and added 'time' to the data members. Make sure ...
|
|
|
@14539
|
12 years |
tbretz |
Updated some descriptions.
|
|
|
@14538
|
12 years |
tbretz |
Removed a spray obsolete line...
|
|
|
@14537
|
12 years |
tbretz |
Updated to a fully working version (still missing: access to all agilents)
|
|
|
@14527
|
12 years |
tbretz |
Added missing include of list
|
|
|
@14526
|
12 years |
tbretz |
Added missing ;
|
|
|
@14525
|
12 years |
tbretz |
Made thformat of the service dim compliant.
|
|
|
@14524
|
12 years |
tbretz |
Added empty line before status output.
|
|
|
@14523
|
12 years |
tbretz |
Added command discriptions - otherwise they are not displayed; the ...
|
|
|
@14522
|
12 years |
tbretz |
Added some abbreviations for combined states.
|
|
|
@14520
|
12 years |
tbretz |
Replace vector which is continously re-allocated by a double linked list.
|
|
|
@14519
|
12 years |
tbretz |
Headers for power control.
|
|
|
@14518
|
12 years |
tbretz |
Almost working version.
|
|
|
@14516
|
12 years |
tbretz |
Some adaptions of class names and other stuff.
|
|
|
@14515
|
12 years |
tbretz |
Some adaptions of class names and other stuff.
|
|
|
@14514
|
12 years |
tbretz |
Some adaptions of class names and other stuff.
|
|
|
@14510
|
12 years |
tbretz |
Fixed some command descriptions.
|
|
|
@14509
|
12 years |
tbretz |
Use the correct state (the ftmctrl state to reset the trigger-zero ...
|
|
|
@14508
|
12 years |
tbretz |
Next try to fix the problem of wrong zero rate warnings.
|
|
|
@14507
|
12 years |
tbretz |
Tried to improve the obsolete wraning about 0-rates.
|
|
|
@14506
|
12 years |
tbretz |
Show measured samplig freq. as rate.
|
|
|
@14505
|
12 years |
tbretz |
Fixed some typos
|
|
|
@14504
|
12 years |
tbretz |
Allow to reset the new state.
|
|
|
@14503
|
12 years |
tbretz |
Added a third configuration error state which checks if the clock ...
|
|
|
@14502
|
12 years |
tbretz |
Only display clock cond. warning if FTM is connected.
|
|
|
@14501
|
12 years |
tbretz |
Added warning in case of a not locked clock conditioner.
|
|
|
@14500
|
12 years |
tbretz |
Allow sleep without argument.
|
|
|
@14499
|
12 years |
tbretz |
Added th possibility to disable the alarm state.
|
|
|
@14498
|
12 years |
tbretz |
Added the possibility to send at least one custom alarm from dimctrl.
|
|
|
@14497
|
12 years |
tbretz |
Added some basic infrastructure to send alarms e.g. to smartfact.
|
|
|
@14496
|
12 years |
tbretz |
Initialize fAutoResume.
|
|
|
@14495
|
12 years |
tbretz |
Added resume and auto-resume functionality.
|
|
|
@14493
|
12 years |
tbretz |
The sign was displayed twice -- fixed.
|
|
|
@14491
|
12 years |
tbretz |
Send trigger status as QoS of sveral dim reports.
|
|
|
@14490
|
12 years |
tbretz |
Fixed a mistake with a condition.
|
|
|
@14489
|
12 years |
lyard |
change format from empty to C in MESSAGE, STATE and STATE_LIST services
|
|
|
@14488
|
12 years |
tbretz |
Initialize QoS -- just in case.
|
|
|