|
|
@14674
|
12 years |
tbretz |
Implemenetd a way to just check if a server is available and command ...
|
|
|
@14672
|
12 years |
tbretz |
This shadowed the This member of the class - replaced by self.
|
|
|
@14665
|
12 years |
tbretz |
Return undefined when a state is requested for a server which is not ...
|
|
|
@14663
|
12 years |
tbretz |
Properly escape string arguments sent via dim.send
|
|
|
@14655
|
12 years |
tbretz |
Implemented onchange callback as second function in Subscription ...
|
|
|
@14643
|
12 years |
tbretz |
Changed Utf8Value to AsciiValue; some minor changes and fixed about ...
|
|
|
@14642
|
12 years |
tbretz |
Allow to call subscriptpion as none constructor to access an existing ...
|
|
|
@14641
|
12 years |
tbretz |
Converted dim.subscrib into object Subscription
|
|
|
@14640
|
12 years |
tbretz |
Fixed a problem with the onchange of services because the return value ...
|
|
|
@14639
|
12 years |
tbretz |
Some code cleanup.
|
|
|
@14638
|
12 years |
tbretz |
Converted dim.timeout into a Thread object.
|
|
|
@14637
|
12 years |
tbretz |
Re-did (once more) the exception handling and script termination to ...
|
|
|
@14634
|
12 years |
tbretz |
Reverting to last revision.
|
|
|
@14633
|
12 years |
tbretz |
Removed fGlobalcontext, using the one bound in which th ...
|
|
|
@14632
|
12 years |
tbretz |
Removed fGlobalcontext, using the one bound in which th ...
|
|
|
@14631
|
12 years |
tbretz |
I assume that PrototypeTemplate() will never return an empty handle ...
|
|
|
@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 ...
|
|
|
@14626
|
12 years |
tbretz |
Changes to th bahaviour of get(); fixex a problem with the return ...
|
|
|
@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 ...
|
|
|
@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.
|
|
|
@14576
|
12 years |
tbretz |
Changed the output for the script engine slightly.
|
|
|
@14572
|
12 years |
tbretz |
Allow double subscription to a service.
|
|
|
@14568
|
12 years |
tbretz |
A bug fix to event compilation; a new implementation of get() which ...
|
|
|
@14562
|
12 years |
tbretz |
Distinguish the case between 'no data received' and 'data received but ...
|
|
|
@14560
|
12 years |
tbretz |
Added the possibility to change the state of the state machine and ...
|
|
|
@14556
|
12 years |
tbretz |
Added 'comment' to state info.
|
|
|
@14555
|
12 years |
tbretz |
Added processing of callbacks for state changes; some fixes to the ...
|
|
|
@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 ...
|
|
|
@14540
|
12 years |
tbretz |
Use State in JsState and added 'time' to the data members. Make sure ...
|
|
|
@14500
|
12 years |
tbretz |
Allow sleep without argument.
|
|
|
@14499
|
12 years |
tbretz |
Added th possibility to disable the alarm state.
|
|
|
@14497
|
12 years |
tbretz |
Added some basic infrastructure to send alarms e.g. to smartfact.
|
|
|
@14185
|
12 years |
tbretz |
Some small updated to the database enine,mainly ReadOnlys
|
|
|
@14177
|
12 years |
tbretz |
Added a simple database interface.
|
|
|
@14135
|
12 years |
tbretz |
Added a function dim.out which will only print to the local console; ...
|
|
|
@14125
|
12 years |
tbretz |
Store pointer to event in external field -- not sure if we'll ever ...
|
|
|
@14122
|
12 years |
tbretz |
Fixed a typo.
|
|
|
@14103
|
12 years |
tbretz |
Added qos to service-object.
|
|
|
@14093
|
12 years |
tbretz |
Implemented and/or fixed the support for service subscriptions.
|
|
|
@14088
|
12 years |
tbretz |
Made 'command line' arguments ReadOnly
|
|
|
@14084
|
12 years |
tbretz |
Removed 'name' function and return a state-object instead.
|
|
|
@14068
|
12 years |
tbretz |
Added V8 disposal to destructor.
|
|
|
@14059
|
12 years |
tbretz |
Added special '$' array as arguments; moved sleep to dim-space; added ...
|
|
|
@14055
|
12 years |
tbretz |
Added the possibility to run with arguments; added exit() command to JS
|
|
|
@14051
|
12 years |
tbretz |
Allow stoppping the script from everyhwere.
|
|
|
@14049
|
12 years |
tbretz |
JavaScript engine based on google's v8.
|