|
|
@16071
|
11 years |
tbretz |
Added console.warn to print a highlighted message to the ocnsole.
|
|
|
@15430
|
12 years |
tbretz |
Implemented the possibility to send an interrupt request (irq) to a ...
|
|
|
@15128
|
12 years |
tbretz |
Do not print 'use strict' as result... this produces starnge results ...
|
|
|
@15102
|
12 years |
tbretz |
Signal the base class about loading and ending so that it can access ...
|
|
|
@15079
|
12 years |
tbretz |
It is not necessary anymore to send a fake empty strng in Comment or Alarm.
|
|
|
@15042
|
12 years |
tbretz |
Added JsGetServices and JsGetDescription
|
|
|
@14986
|
12 years |
tbretz |
Added JsResult to print the result of executed code.
|
|
|
@14985
|
12 years |
tbretz |
Added .java command to run an interactive console; do not return an ...
|
|
|
@14974
|
12 years |
tbretz |
A small change to the way a JS exception is output, to make it look nicer.
|
|
|
@14872
|
12 years |
tbretz |
Introduce the output of an JS Exception with a pipe to make sure that ...
|
|
|
@14741
|
12 years |
tbretz |
Added the possibility to return states of a given server back from ...
|
|
|
@14721
|
12 years |
tbretz |
Replaced to workaround using Write by ChangeState. fImp now derives ...
|
|
|
@14674
|
12 years |
tbretz |
Implemenetd a way to just check if a server is available and command ...
|
|
|
@14647
|
12 years |
tbretz |
Renamed JsGetState to JsGetCurrentState
|
|
|
@14566
|
12 years |
tbretz |
Do not return anything in JsGetEvent before an event was received
|
|
|
@14559
|
12 years |
tbretz |
Added JS functions to allow adding new state definitions and changing ...
|
|
|
@14554
|
12 years |
tbretz |
Some improvements for the output during a script is running; added a ...
|
|
|
@14546
|
12 years |
tbretz |
Some simplification to the JavaScript interfacing, mainly unifying the ...
|
|
|
@14540
|
12 years |
tbretz |
Use State in JsState and added 'time' to the data members. Make sure ...
|
|
|
@14497
|
12 years |
tbretz |
Added some basic infrastructure to send alarms e.g. to smartfact.
|
|
|
@14351
|
12 years |
tbretz |
The state from the callback was not yet properly propagated. ...
|
|
|
@14135
|
12 years |
tbretz |
Added a function dim.out which will only print to the local console; ...
|
|
|
@14126
|
12 years |
tbretz |
Removed the DimNetwork; implemented the JavaScript interpreter.
|
|
|
@14060
|
12 years |
tbretz |
Implemented JsState and JsName, fixed a problem in JsSleep
|
|
|
@14058
|
12 years |
tbretz |
Set the script name to be properly distributed by dimctrl.
|
|
|
@14055
|
12 years |
tbretz |
Added the possibility to run with arguments; added exit() command to JS
|
|
|
@14050
|
12 years |
tbretz |
Added InterpreterV8 as base class to allow running JavaScripts
|
|
|
@13939
|
12 years |
tbretz |
Sanity check in SetSection
|
|
|
@13897
|
12 years |
tbretz |
Updated the handling of labels and how a script is stopped.
|
|
|
@13838
|
12 years |
tbretz |
Adapted to the changes in the StateMachineDim. Now (almost) all ...
|
|
|
@13743
|
12 years |
tbretz |
Little improvements to the help text.
|
|
|
@13732
|
13 years |
tbretz |
Fixed a problem with the label interprtation.
|
|
|
@13715
|
13 years |
tbretz |
Removed the check for the line being a comment, this is done in ...
|
|
|
@13702
|
13 years |
tbretz |
Slight change to the meaning of labels; added the direct exit to th ...
|
|
|
@13672
|
13 years |
tbretz |
Redirect the exit handler; removed obsolete fLabel; added new class ...
|
|
|
@13286
|
13 years |
tbretz |
Changed # to be a real comment and > to be a comment writting to the ...
|
|
|
@13252
|
13 years |
tbretz |
Fixed a typo.
|
|
|
@13251
|
13 years |
tbretz |
Encapsulated the waiting for a state into proper switching off and on ...
|
|
|
@13208
|
13 years |
tbretz |
Write comments as such.
|
|
|
@12963
|
13 years |
tbretz |
Print jumps and labels help text; use a MessageImp for output now.
|
|
|
@12903
|
13 years |
tbretz |
Improved some log-output.
|
|
|
@11983
|
13 years |
tbretz |
Reverted unintentional last commit.
|
|
|
@11982
|
13 years |
tbretz |
Added possibility to set a single channel to its reference value.
|
|
|
@11051
|
13 years |
tbretz |
Added the comment command (#)
|
|
|
@11047
|
13 years |
tbretz |
Added output in case of errors when the .s command is enetered.
|
|
|
@11045
|
13 years |
tbretz |
Added possibility to block execution until the state machine has ...
|
|
|
@10494
|
14 years |
tbretz |
The new convention is to return always the server name in ...
|
|
|
@10429
|
14 years |
tbretz |
Moved the tools function into their own namespace to get rid of ...
|
|
|
@10390
|
14 years |
tbretz |
Moved the handling of the server and service lists to DimNetwork; ...
|
|
|
@10341
|
14 years |
tbretz |
Implemented help for a single server or command.
|
|
|
@10312
|
14 years |
tbretz |
Some updates to the output of help messages.
|
|
|
@10310
|
14 years |
tbretz |
Removed some little code which is in the base classes anyway.
|
|
|
@10301
|
14 years |
tbretz |
Implemented commands to display the command description and the ...
|
|
|
@10183
|
14 years |
tbretz |
New import.
|