Timeline
11/06/12:
- 13:49 Changeset [14572] by
- Allow double subscription to a service.
- 13:49 Changeset [14571] by
- Added dim version to startup message.
- 11:50 Changeset [14570] by
- changed day count criterion to MjD
- 10:10 Changeset [14569] by
- removed constraints on QoS value and prevent from replacing descriptions once registered
- 00:25 Changeset [14568] by
- A bug fix to event compilation; a new implementation of get() which now has the possibility to set a timeout to wait for a valid event.
- 00:23 Changeset [14567] by
- Fixed a problem with the mutics. If an event is unsubscribed, it can call the infoHandler to signal that it is disconnected, which would call HasEvent, which uses the samemutex than Unsubscribe
11/05/12:
- 18:43 Changeset [14566] by
- Do not return anything in JsGetEvent before an event was received
- 18:42 Changeset [14565] by
- Avoid copy of data when an event is handled... it is copied anyway.
- 18:41 Changeset [14564] by
- Keep the info whether an event was empty or just zero size.
- 18:41 Changeset [14563] by
- Keep the info whether an event was empty or just zero size.
- 18:40 Changeset [14562] by
- Distinguish the case between 'no data received' and 'data received but zero size'
- 12:04 Changeset [14561] by
- Imporved naming of states; changed offset in SetSection accordingly.
- 12:03 Changeset [14560] by
- Added the possibility to change the state of the state machine and define new states; renamed open to subscribe
- 12:02 Changeset [14559] by
- Added JS functions to allow adding new state definitions and changing the current state; adapted the state offset when calling SetSection by one.
- 12:02 Changeset [14558] by
- Slight modification to addining new states; updating states is now allowed, added a return value, compile the string which is send as description each time again.
- 12:00 Changeset [14557] by
- Added one more custom state, i.e. shifter all internal (negative) ones by one.
11/03/12:
- 19:43 Changeset [14556] by
- Added 'comment' to state info.
- 19:20 Changeset [14555] by
- Added processing of callbacks for state changes; some fixes to the locking to fix some issue around script termination.
- 19:18 Changeset [14554] by
- Some improvements for the output during a script is running; added a callback for each state change.
- 18:59 Changeset [14553] by
- Added description for state Moving
- 18:53 Changeset [14552] by
- Make sure that one server is never subscribed twice.
- 18:52 Changeset [14551] by
- Fixed a severe bug which caused some events tobe added twice and implemented a callback for state changes
11/02/12:
- 20:36 Changeset [14550] by
- Some of the units were wrong.
10/31/12:
- 15:31 Changeset [14549] by
- It seems that V8::Dispose() needs to be locked... at leats if it is calld super early (like when a kill comes from the DNS during startup)
- 15:00 Changeset [14548] by
- Do only escape string arguments in the command string.
- 14:30 Changeset [14547] by
- Added a callback for the case when an event is received. To allow v8 interrupting the running JavaScript, waiting and sleeping have been ported to JavaScript, some fixed for crashes when the thread gets trminated during a call to Date::New
- 14:28 Changeset [14546] by
- Some simplification to the JavaScript interfacing, mainly unifying the different maps, added a callback in case when an event is received.
- 14:27 Changeset [14545] by
- Before commands are executed (cmd, exec) we wait now until we are sure the state machine is ready, otherwise somthing else could change the state before it get initialized.
10/30/12:
- 12:54 Changeset [14544] by
- Use a lock guard instead of lock/unlock
- 12:53 Changeset [14543] by
- Adapted to the use of a State instance.
- 12:53 Changeset [14542] by
- JavaData() cannot return invalid values.
- 12:53 Changeset [14541] by
- Added time to State so that the time of state reception is propagated.
- 12:52 Changeset [14540] by
- Use State in JsState and added 'time' to the data members. Make sure there is no crash if an mpty event was received. Added 'size' to service objects.
10/29/12:
- 15:48 Changeset [14539] by
- Updated some descriptions.
- 15:47 Changeset [14538] by
- Removed a spray obsolete line...
10/27/12:
- 18:58 Changeset [14537] by
- Updated to a fully working version (still missing: access to all agilents)
- 18:57 Changeset [14536] by
- Added agilentctrl.
10/26/12:
- 09:24 Changeset [14535] by
- cleanup
- 09:23 Changeset [14534] by
- new Members
- 09:23 Changeset [14533] by
- new Members
- 09:23 Changeset [14532] by
- new Members
- 09:22 Changeset [14531] by
- new Members
10/25/12:
- 17:26 Changeset [14530] by
- Added links to the program documentation.
- 17:11 Changeset [14529] by
- Fixed creationof doxygen manual.
- 17:11 Changeset [14528] by
- Updated.
- 17:10 Changeset [14527] by
- Added missing include of list
- 17:10 Changeset [14526] by
- Added missing ;
- 09:56 Changeset [14525] by
- Made thformat of the service dim compliant.
10/24/12:
- 21:57 Changeset [14524] by
- Added empty line before status output.
- 21:56 Changeset [14523] by
- Added command discriptions - otherwise they are not displayed; the interlock arduino needs a GET-request, not a POST-request; the transmitted data needs to be URL-encoded.
- 12:40 Changeset [14522] by
- Added some abbreviations for combined states.
- 12:37 Changeset [14521] by
- Added HeadersPower to pwrctrl
- 12:36 Changeset [14520] by
- Replace vector which is continously re-allocated by a double linked list.
- 12:36 Changeset [14519] by
- Headers for power control.
- 12:35 Changeset [14518] by
- Almost working version.
- 12:06 Changeset [14517] by
- more HMTL conformity ...
- 10:37 Changeset [14516] by
- Some adaptions of class names and other stuff.
- 10:36 Changeset [14515] by
- Some adaptions of class names and other stuff.
- 10:34 Changeset [14514] by
- Some adaptions of class names and other stuff.
- 09:17 Changeset [14513] by
- found string buffer problem.. reduced button name size
- 08:49 Changeset [14512] by
- new version, with new buttons, checked HTML and span tags
- 06:26 Changeset [14511] by
- renamed some buttons
10/23/12:
- 19:57 Changeset [14510] by
- Fixed some command descriptions.
10/22/12:
- 22:40 Changeset [14509] by
- Use the correct state (the ftmctrl state to reset the trigger-zero counter; check the clock conditioner setting only during data taking or in idle (excludes all configuration states)
- 22:22 Changeset [14508] by
- Next try to fix the problem of wrong zero rate warnings.
- 22:09 Changeset [14507] by
- Tried to improve the obsolete wraning about 0-rates.
- 21:00 Changeset [14506] by
- Show measured samplig freq. as rate.
- 20:50 Changeset [14505] by
- Fixed some typos
- 20:47 Changeset [14504] by
- Allow to reset the new state.
- 20:43 Changeset [14503] by
- Added a third configuration error state which checks if the clock conditioner was locked.
- 20:27 Changeset [14502] by
- Only display clock cond. warning if FTM is connected.
- 20:10 Changeset [14501] by
- Added warning in case of a not locked clock conditioner.
10/19/12:
- 19:36 Changeset [14500] by
- Allow sleep without argument.
- 14:32 Changeset [14499] by
- Added th possibility to disable the alarm state.
- 14:31 Changeset [14498] by
- Added the possibility to send at least one custom alarm from dimctrl.
- 14:10 Changeset [14497] by
- Added some basic infrastructure to send alarms e.g. to smartfact.
- 13:44 Changeset [14496] by
- Initialize fAutoResume.
- 13:38 Changeset [14495] by
- Added resume and auto-resume functionality.
- 13:02 Changeset [14494] by
- Added makeplots, lidctrl and pwrctrl.
- 13:01 Changeset [14493] by
- The sign was displayed twice -- fixed.
- 12:51 Changeset [14492] by
- Added some (future) controls to switch off the event display; re-enabld the now repaired readings from Crate2 in the AUX tab
10/18/12:
- 15:31 Changeset [14491] by
- Send trigger status as QoS of sveral dim reports.
- 15:30 Changeset [14490] by
- Fixed a mistake with a condition.
- 14:59 Changeset [14489] by
- change format from empty to C in MESSAGE, STATE and STATE_LIST services
- 10:02 Changeset [14488] by
- Initialize QoS -- just in case.
10/17/12:
- 16:54 Changeset [14487] by
- debugged pointer f**k in implementation of despiker in calfactfits
- 15:42 Changeset [14486] by
- new class FastSlidingAverage with Weave! 50Hz .. yeah
- 15:40 Changeset [14485] by
- Reorder to make newer linkers happy.
- 15:39 Changeset [14484] by
- Make cint happy for newer root versions.
- 15:38 Changeset [14483] by
- Make cint happy for newer root versions.
- 14:01 Changeset [14482] by
- implemented spike destruction algo from TB into calfactfits class
10/15/12:
- 14:52 Changeset [14481] by
- add getters
- 14:52 Changeset [14480] by
- add getters
- 14:51 Changeset [14479] by
- add getters
- 14:29 Changeset [14478] by
- changed order
- 14:29 Changeset [14477] by
- commented unused code out
- 14:27 Changeset [14476] by
- calculated model attributes
- 14:27 Changeset [14475] by
- calculated model attributes
- 14:25 Changeset [14474] by
- init: CSV File Handler
- 14:11 Changeset [14473] by
- just a snippet of Juchanan how to make a nice simple GUI stype thingy... with some test FFT stuff
10/11/12:
- 08:48 Changeset [14472] by
- class for pulse fit modell
- 00:55 Changeset [14471] by
- fixed identation of former checkin
- 00:20 Changeset [14470] by
- added example for stacking SlowData
10/10/12:
- 17:42 Changeset [14469] by
- added UnixTimeUTC member to RawData class - called unixtime - seconds since 01.01.1970
Note:
See TracTimeline
for information about the timeline view.