Timeline
06/15/11:
- 11:41 Changeset [11029] by
- added inserting fObservationKEY into the table ScheduledRun
- 11:01 Changeset [11028] by
- Allow C:N as Dim format
- 11:01 Changeset [11027] by
- Allow support for chars; assume that the given size is the destination size
- 09:57 Changeset [11026] by
- Implemented that even chars are returned as numbers if converted to a string; ToFits will now just ignore string types
06/14/11:
- 20:14 Changeset [11025] by
- Changed schedule-database-name back to be a required option.
- 19:08 Changeset [11024] by
- fixed name
- 18:43 Changeset [11023] by
- Changed schedule-database-name from required to default empty
- 18:42 Changeset [11022] by
- Added more const qualifiers.
- 18:27 Changeset [11021] by
- Changed name from schedule-database to schedule-database-name
- 18:06 Changeset [11020] by
- Commented out some checks; mysqlpp throws exceptions
- 18:04 Changeset [11019] by
- Many structural updates; catch mysqlpp exceptions outside Scheudle(); added error state; added reset command to get out of the error state
- 16:45 Changeset [11018] by
- Don't assign dbname to something which might be local.
06/13/11:
- 22:25 Changeset [11017] by
- Removed the wrong string conversion from ToFits; fixed the sanity check in the loop; added a check to check for only valid types.
- 18:07 Changeset [11016] by
- Improved some logging output; added some debug output for each report; fixed the check to which files the service should go.
- 18:05 Changeset [11015] by
- Added some const-qualifiers.
- 17:06 Changeset [11014] by
- Fixed some limits; some improvements to the output
- 17:05 Changeset [11013] by
- Some little updates; added DataFileDebug
- 17:04 Changeset [11012] by
- Fixed compilation of chatserv.
- 17:03 Changeset [11011] by
- Fixed a compilation problem introduced with the latest changes.
06/11/11:
- 00:30 Changeset [11010] by
- Set '192.168.0.255' as default address because it is a broadcast address.
06/10/11:
- 23:21 Changeset [11009] by
- Added new library where needed.
- 23:11 Changeset [11008] by
- Removed obsolete Dim.cc
- 23:11 Changeset [11007] by
- Updated.
- 23:07 Changeset [11006] by
- Updated.
- 23:06 Changeset [11005] by
- A wrapper around dim's dns to set DIM_HOST_NODE automatically.
- 23:03 Changeset [11004] by
- 23:02 Changeset [11003] by
- Moved GetLocalIp and Setup to DimSetup
- 23:02 Changeset [11002] by
- Added a C-wrapper around GetLocalIp.
- 23:01 Changeset [11001] by
- Added libDimExtension.la and a wrapped dns
- 22:28 Changeset [11000] by
- 21:48 Changeset [10999] by
- Also print DIM_DNS_NODE.
- 21:48 Changeset [10998] by
- Added compile time to boot message, added interactive flag.
- 21:47 Changeset [10997] by
- Added boot message to interactive session.
- 21:40 Changeset [10996] by
- History allows to exclude services
- 20:47 Changeset [10995] by
- Added some example code to handle FITS errors.
- 20:31 Changeset [10994] by
- The pulic functions don't need to be pulic.
- 20:26 Changeset [10993] by
- Added a const-qualifier.
- 20:12 Changeset [10992] by
- More improvements to logging; log when files are opened and/or closed (to be completed); Simplified some messages
- 19:40 Changeset [10991] by
- Fixed a typo in a command description.
- 19:27 Changeset [10990] by
- Restructured some code; unified some functions; adapted some logging messages; removed the constants for the commands.
- 17:00 Changeset [10989] by
- 16:59 Changeset [10988] by
- 16:22 Changeset [10987] by
- Set the timeout between header and data to 500ms. 50ms was to small for the real FAD board. Maybe this timeout should be in the order of what is allowed by the ethernet?
- 16:15 Changeset [10986] by
- Replaces vector<Connection> by map<uint8_t, Connection> to allow empty slots for an efficient sending to all boards.
- 15:28 Changeset [10985] by
- Made the pixel mapping and patch mapping finally working -- although it might not be the final solution.
- 15:02 Changeset [10984] by
- Edd allows to set plot update rate
- 14:49 Changeset [10983] by
- Canceled conecction atempts now stop the connection atempt.
- 14:48 Changeset [10982] by
- As a workaround the FAD tab is already enabled in Connecting state - otherwise the LED status is not visible.
- 14:48 Changeset [10981] by
- Fixed sending a chat message.
- 13:17 Changeset [10980] by
- DIM event service contains active boards only
- 11:58 Changeset [10979] by
- Replaced Adc_data[1] by Adc_data[]
- 10:55 Changeset [10978] by
- Currently CmdWriteRate doesn't need an execute command.
- 10:54 Changeset [10977] by
- Added some debug messages to see when commands get posted and/or handled.
- 10:54 Changeset [10976] by
- Added a log-file for everything entered.
- 10:22 Changeset [10975] by
- Added lost line again.
- 09:54 Changeset [10974] by
- Moved update of stats and trim of old run numbers to functions
- 09:18 Changeset [10973] by
- Implemented the new execute command for the write command.
- 09:15 Changeset [10972] by
- Added a comment.
- 08:52 Changeset [10971] by
- Moved monitoring thread to main thread. Added timeout config
- 08:38 Changeset [10970] by
- new version 0x0200
- 08:23 Changeset [10969] by
- support for Firmware Version 0200
06/09/11:
- 23:31 Changeset [10968] by
- Added some const-qualifiers and did a few minor changes to the layout of the code.
- 23:04 Changeset [10967] by
- Check for NULL in Close
- 22:59 Changeset [10966] by
- Added an endl which had disappeared.
- 22:59 Changeset [10965] by
- Exchanged version and type in block header
- 21:16 Changeset [10964] by
- First version of writing data into binary files.
- 21:15 Changeset [10963] by
- Some new version -- now chnagelog informations available.
- 19:56 Changeset [10962] by
- Fixed ThresholdDisableOthers
- 19:43 Changeset [10961] by
- Added kMaxPatchIdx
- 19:43 Changeset [10960] by
- Fixed the all and all-except commands.
- 19:42 Changeset [10959] by
- Implemented Enable/Disable all button; added the correct hw/sw-pixel mapping; added the (in?)correct hw/sw patch mapping
- 19:35 Changeset [10958] by
- 19:35 Changeset [10957] by
- 17:26 Changeset [10956] by
- Read-out for FSC board
- 17:13 Changeset [10955] by
- added WriteError state
- 16:39 Changeset [10954] by
- Instead of comparing shared_ptr with NULL they are converted to bools to make it also compile on the ETH machine.
- 16:23 Changeset [10953] by
- Added the possibility to disable all patches/pixels except one.
- 15:47 Changeset [10952] by
- resolved conflict
- 15:44 Changeset [10951] by
- moved various processed from secondary thread to main thread
- 15:30 Changeset [10950] by
- Choose pixel even with double click; update enable.
- 14:28 Changeset [10949] by
- Added some code to write FITS files.
- 14:25 Changeset [10948] by
- Implemented Crate/Board/Patch in addition to pixel index.
- 14:05 Changeset [10947] by
- Fixed a typo.
- 13:29 Changeset [10946] by
- Changed order in Write; properly catch exceptions from Converter::ToFits
- 12:37 Changeset [10945] by
- Removed obsolete include of <mutex>
- 11:00 Changeset [10944] by
- Removed the obsolete extern-declaration for lock/unlock
- 10:50 Changeset [10943] by
- Fixed the output of the free space.
- 10:48 Changeset [10942] by
- Fixed format of EVENTS
- 10:47 Changeset [10941] by
- Fixed a dead-lock in the mutex by replacing it with the global dim-lock mechanism.
06/08/11:
- 20:20 Changeset [10940] by
- Adapted to latest changes in EventBuilder; added some Dim services.
- 20:17 Changeset [10939] by
- Some little layout improvements.
- 20:16 Changeset [10938] by
- Send some dim messages.
- 20:15 Changeset [10937] by
- Implemented some first FAD stuff.
- 20:14 Changeset [10936] by
- Decreased cpu usage for time display update.
- 20:13 Changeset [10935] by
- Set some names.
- 20:12 Changeset [10934] by
- Added some const-qualifier
- 20:10 Changeset [10933] by
- Removed the leading FACT- from the table names.
- 18:50 Changeset [10932] by
- Added some more const-qualifiers; replaced a local fTime by ftime; first check if it is a command before the black and white lists are checked
- 18:28 Changeset [10931] by
- Moved the default black list entries out of the check for the --block option; commented the default for DATA_LOGGER/ it gives troubles; added many const-qualifiers; fixed a few typoes in some output; localized the scoping of some iterators
- 18:04 Changeset [10930] by
- Moved Time argument as last and default argument in CompileFileName; some little changes to some output
- 17:19 Changeset [10929] by
- FTM: patch in LP interface to correct for swapped channels; change in FTUcontrol to fix first-board-bug
- 14:59 Changeset [10928] by
- Improved responsiveness of GUI at start-up
- 14:40 Changeset [10927] by
- Fixed a bug with the update of Fits files and grouping of daily files
06/07/11:
- 22:21 Changeset [10926] by
- Fixed setting run number.
- 22:20 Changeset [10925] by
- Suppress notice about sent data by define.
- 22:19 Changeset [10924] by
- Some small updates; added possibility for compilation under C and C++
- 22:18 Changeset [10923] by
- Adapted to latest version of code; first implementration of an interface to write files.
- 22:17 Changeset [10922] by
- Added a wait command.
- 22:16 Changeset [10921] by
- Added SendCommand taking a pointer and the size as argument.
- 22:16 Changeset [10920] by
- Started with the implementation of the FAD controls.
- 22:14 Changeset [10919] by
- Added local mutices to protect Write calls from different threads - the current implementation is even overprotective
- 19:29 Changeset [10918] by
- 17:10 Changeset [10917] by
- Renamed fPing to fFtuPing; added fFtuAllOn and fFtuAllOff buttons
- 14:34 Changeset [10916] by
- Added some primitive FAD controls and one connection LED per Board
06/06/11:
- 16:27 Changeset [10915] by
- 16:25 Changeset [10914] by
- 14:35 Changeset [10913] by
- FADctrl will write and publish data only for active boards
- 12:25 Changeset [10912] by
- Simplified temporary file handling
06/05/11:
- 18:37 Changeset [10911] by
- atmega thinks it receives 512 bytes all the time ... thats not true ...
- 17:40 Changeset [10910] by
06/03/11:
- 16:21 Changeset [10909] by
- Magic number not checked for online display
- 16:06 Changeset [10908] by
- 15:57 Changeset [10907] by
- Added automatic reset at noon
- 15:50 Changeset [10906] by
- changed the file name forming scheme
- 15:46 Changeset [10905] by
- Fixed a bug in board addressing
- 15:42 Changeset [10904] by
- Add browsing of raw data files
- 13:34 Changeset [10903] by
- Added write command for PEBS
- 12:45 Changeset [10902] by
06/01/11:
- 16:53 Changeset [10901] by
- gui stuff
- 16:52 Changeset [10900] by
- it compiles but doenst work....
- 15:27 Changeset [10899] by
- various changes, improved path handling, removed run-logs
- 11:01 Changeset [10898] by
- removed serviceList object, replaced by inheritance from DimServiceInfoList
- 10:42 Changeset [10897] by
- Some updates to the help-text.
- 10:20 Changeset [10896] by
- More updates to PRINT
- 10:05 Changeset [10895] by
- Removed the obsolete gHasWhiteList/fHasBlackList; removed the obsolete debugging of the configuration (debug options for the configuration options already exist in the Configuration class); replaces sprintf by strcpy; removes explicit check from SERVICE_LIST ShouldSubscribe; always print informations about the lists in PRINT even if they are empty
- 08:21 Changeset [10894] by
- simple daq to talk with FSC ... needs testing
- 08:20 Changeset [10893] by
- just added an FSC dir ... didnt work from Win
- 08:09 Changeset [10892] by
- 08:09 Changeset [10891] by
- completed w5300_interface implementation. needs testing now
- 08:04 Changeset [10890] by
- minor changes
- 08:00 Changeset [10889] by
- memory_manager_2.vhd is a hopefully simpler version of the original MM. it makes use of less flags, while having a 'cleaner' FSM logic
05/31/11:
- 17:00 Changeset [10888] by
- - not yet tested; not yet simulated - w5300_modul2.vhd implements the new w5300_interface entity. it is not really getting simpler, but maybe we are on a good way anyway.
- 10:19 Changeset [10887] by
- minor changes
- 09:35 Changeset [10886] by
- new try to oout source the W5300 read/write access in order to get rid of interleaved FSMs in W5300_modul.vhd -- needs to be simulated
05/27/11:
- 17:59 Changeset [10885] by
- Use GetBool and Ptr from EventImp directly.
- 17:58 Changeset [10884] by
- Changed stringstream to ostringstream for the use with MessageImp
- 17:51 Changeset [10883] by
- one week of changes in zurich :-(
- 17:44 Changeset [10882] by
- Use GetUXtra directly.
- 17:43 Changeset [10881] by
- Improved templates with range check; replaced return types by well defined types.
- 17:41 Changeset [10880] by
- Use new Ptr() template to access EventImp contents.
- 17:28 Changeset [10879] by
- FTM: new light pulser interface, new timing constraint in .ucf file
- 17:27 Changeset [10878] by
- Use GetText in pointer arithmetics.
- 17:26 Changeset [10877] by
- Added templates for easier access to the data.
- 17:19 Changeset [10876] by
- Implemented command to set run number.
- 17:19 Changeset [10875] by
- Use EventImp::GetBool; implemented SET_RUN_NUMBER
- 17:18 Changeset [10874] by
- Use EventImp::GetBool
- 16:30 Changeset [10873] by
- Replaced a self-done loop by std::find; changed some comments.
- 15:23 Changeset [10872] by
- Changed DIM prefix.
- 15:23 Changeset [10871] by
- Removed LocalControl.cc
- 15:21 Changeset [10870] by
- Remove the necessity for a source file (of just three lines)
- 15:17 Changeset [10869] by
- Unified return code with the convention that 0 is success.
- 15:15 Changeset [10868] by
- Addes some missing comments.
- 14:46 Changeset [10867] by
- Fixed units. 1024 would be kiB and MiB.
- 14:35 Changeset [10866] by
- Fixed units. 1024 would be kiB and MiB.
- 14:18 Changeset [10865] by
- Don't catch exceptions in main
- 14:18 Changeset [10864] by
- Don't catch exceptions in main; propagare continous number as board id.
- 14:17 Changeset [10863] by
- Improved verbosity; switched on printing channel headers.
- 13:36 Changeset [10862] by
- Added the possibility to fake more than just one board.
- 13:36 Changeset [10861] by
- Adapted Start() once more.
- 13:35 Changeset [10860] by
- Delete the line after CR.
- 13:34 Changeset [10859] by
- Added debug options to address the fake fad boards (debug-port and debug-num); Adapted Execute and fStatus2 to the fact that g_NumConnected has to be continous.
- 13:27 Changeset [10858] by
- Changed the data member cnt's name -- it sometimes gave warnings using cnt locally in derived classes.
- 13:27 Changeset [10857] by
- ftm definitions for Lightpulser Interface Basic (50MHz clock only) added
- 13:27 Changeset [10856] by
- Further improvement in Start(), accept negative numbers in NumConnect as disconnected.
- 13:26 Changeset [10855] by
- Lightpulser Basic version with 50MHz clock only added
- 12:22 Changeset [10854] by
- Allow to use several ports on localhost for several fake boards for testing.
- 12:21 Changeset [10853] by
- Fixed a floating point exception if no connection is open.
- 11:41 Changeset [10852] by
- Fixed workaround to open the seven sockets correctly; added some debug output in the file-handling.
- 11:40 Changeset [10851] by
- Added support for switching between command socket and data sockets.
- 11:39 Changeset [10850] by
- Removed some obsolete output.
- 11:39 Changeset [10849] by
- Added a section about blocking I/O
- 11:39 Changeset [10848] by
- Changed GetLocalIP code to boost::asio for better readability.
- 08:42 Changeset [10847] by
- FTM LP corrections
05/26/11:
- 23:36 Changeset [10846] by
- Start to listen on eight ports like the FAD boards.
- 23:35 Changeset [10845] by
- Improved workaround for ports.
- 23:34 Changeset [10844] by
- Print thread status is ListSlots()
- 17:11 Changeset [10843] by
- Added a workaround to pass the ports to the eventbuilder
- 17:10 Changeset [10842] by
- Some little fixed to the offline mode
- 16:41 Changeset [10841] by
- Added check in GetMaxMemory
- 16:19 Changeset [10840] by
- Added a comment about automake.
- 16:18 Changeset [10839] by
- Updated.
- 16:18 Changeset [10838] by
- Added fad target
- 16:17 Changeset [10837] by
- Some performance improvements; added some comments with code to fill just a histogram or a graph - maybe for later use.
- 16:16 Changeset [10836] by
- 16:16 Changeset [10835] by
- Added --max-mem program option; updated allowed states for CONNECT and DISCONNECT; added the offline state; propagate IP address to event-builder; moved EventBuilderWrapper to new file.
- 16:14 Changeset [10834] by
- Removed obsolete include of Timers.h
- 16:14 Changeset [10833] by
- An unknown Dim message is a warning now.
- 16:13 Changeset [10832] by
- Added state to signal whether the event-builder thread is still running or not.
- 16:13 Changeset [10831] by
- Replaces some Message calls by Info
- 16:12 Changeset [10830] by
- Added support for _GNU_SOURCE as needed by the event-builder.
- 15:47 Changeset [10829] by
- Moved many things to functions
- 09:20 Changeset [10828] by
- Added missing variable name in SendDynData
- 08:51 Changeset [10827] by
- Fixed ushort and short
05/25/11:
- 19:45 Changeset [10826] by
- 16:38 Changeset [10825] by
- Unified main() with the other programs
- 16:27 Changeset [10824] by
- Handle operation_aborted in timeouts
- 16:26 Changeset [10823] by
- Handle operation_aborted in timeouts; multiply timestamp by 10000; removed obsolete deadline_ data member
- 16:25 Changeset [10822] by
- Handle operation_aborted in timeouts; improved Connection::HandleSentData's output
- 14:46 Changeset [10821] by
- Removed the second HandleReadTimeout
- 14:28 Changeset [10820] by
- Removed the obsolete *_disable_padding() calls; DimErrorRedirecter takes care of it
- 14:18 Changeset [10819] by
- Replaced code copied from the Converter class by a proper function call
- 14:03 Changeset [10818] by
- Unified calls to MessageImp into ostrngstreams
- 13:44 Changeset [10817] by
- Moved commands here; added some more member functions.
- 13:43 Changeset [10816] by
- Moved commands to HeaderFAD; fixed the range of the loop to set all ROIs
- 13:42 Changeset [10815] by
- Take care of canceled timeouts.
- 13:18 Changeset [10814] by
- Upgrade of the dataLogger to take several run numbers on the fly
- 12:14 Changeset [10813] by
- Corrected dcm_ready and dcm_lock bit evaluation
- 08:45 Changeset [10812] by
- FTM doc directory cleaned up
05/24/11:
- 20:04 Changeset [10811] by
- Removed fake connections. We hav ethe event builder now.
- 19:38 Changeset [10810] by
- Updated.
- 19:37 Changeset [10809] by
- Moved fitsloader from obligatory to optional targets -- too many warnings.
- 19:36 Changeset [10808] by
- Renamed test3.cc to dimctrl.cc
- 19:36 Changeset [10807] by
- Renamed test3.cc to dimctrl.cc
- 19:35 Changeset [10806] by
- Renamed test3.cc to dimctrl.cc
- 19:34 Changeset [10805] by
- Simplified program options handling.
- 19:34 Changeset [10804] by
- Simplified program options handling.
- 18:08 Changeset [10803] by
- FTM: crate reset implemented
- 17:46 Changeset [10802] by
- Simplified program options handling.
- 17:43 Changeset [10801] by
- Removed colorsvn (doesn't exist) and cfitsio (is a requirement for CCfits anyway)
- 17:41 Changeset [10800] by
- Added fitsdump.man
- 17:39 Changeset [10799] by
- Simplified program options handling; only send enable of a general settings register if it changed at all; only sent trigger counter if the received report was dynamic data.
- 17:38 Changeset [10798] by
- Simplified program options handling.
- 17:37 Changeset [10797] by
- Simplified program options handling.
- 17:36 Changeset [10796] by
- Added PrintVersion directly to avoid clashes with exceptions.
- 16:56 Changeset [10795] by
- Replaced a stringstream by an ostringstream
- 16:54 Changeset [10794] by
- 16:52 Changeset [10793] by
- fitsdump - the program.
- 16:52 Changeset [10792] by
- Added fitsloader as an optional target; added fitsdump as an fixed target.
- 15:32 Changeset [10791] by
- forgotten file sigle_LP.vhd added
05/23/11:
- 15:44 Changeset [10790] by
- Added commands for crate reset.
- 15:42 Changeset [10789] by
- Added commands for crate reset.
- 15:20 Changeset [10788] by
- Update: FTM statis data block: Lightpulser interface
- 15:19 Changeset [10787] by
- Update: FTM statis data block: Lightpulser interface
- 15:16 Changeset [10786] by
- Adapted to change in SET_TRIGGER_SEQUENCE
- 15:15 Changeset [10785] by
- Fixed order of arguments in description of SET_TRIGGER_SEQUENCE; removed some obsolete whitespaces from some output; changed SET_TRIGGER_SEQUENCE from C:3 to S:3 to make it work correctly from the prompt.
- 15:09 Changeset [10784] by
- Added some code to redirect error output to fadctrl (still commented); replaces stringstream by ostringstream where needed.
- 15:06 Changeset [10783] by
- Moved soem decoding from print to header; commented obsolete Dim stuff.
- 15:05 Changeset [10782] by
- Minor changes to output.
- 15:05 Changeset [10781] by
- Commented out obsolete FAD stuff, implemented (untested) double click on axis for unzoom
- 15:04 Changeset [10780] by
- Replaced stringstream in log-stream by ostringstream.
- 15:00 Changeset [10779] by
- some changes in FTM Timing_counter
- 10:51 Changeset [10778] by
- 09:55 Changeset [10777] by
- Fixed boost problem with Ubuntu 11.04
- 09:54 Changeset [10776] by
- Updated
- 09:53 Changeset [10775] by
- Added fadctrl at the right place and drivectrl.
- 09:52 Changeset [10774] by
- 09:51 Changeset [10773] by
- 09:39 Changeset [10772] by
- 09:38 Changeset [10771] by
- Fixed a minor compiler warning.
- 09:00 Changeset [10770] by
- Fixed some unimportant compiler warnings.
- 08:55 Changeset [10769] by
- Added some widgets for the FTM (relative eff. on time, rate
- 08:55 Changeset [10768] by
- Keep FTM LED green even in data-taking mode; don't output FTM errors to the console; 'fixed' rate graph
- 08:51 Changeset [10767] by
- Deconded general setting for output, added some const-qualifiers
- 08:46 Changeset [10766] by
- Some improvement and name changes.
05/20/11:
- 13:28 Changeset [10765] by
- Made it compatible with older boost versions.
- 13:24 Changeset [10764] by
- Fixed a problem with older Qt versions.
- 13:13 Changeset [10763] by
- created a simple example about how to read fits
- 13:13 Changeset [10762] by
- Fixed output messages
- 12:50 Changeset [10761] by
- Lightpulser first version added
- 12:24 Changeset [10760] by
- FTM: reset of timing counters implemented
- 11:28 Changeset [10759] by
- Added a simple fits dumper
- 11:27 Changeset [10758] by
- Fixed an issue with CCfits exceptions handling
- 10:03 Changeset [10757] by
- Added thread cancellation handler to ensure mutex gets unlocked
05/19/11:
- 18:36 Changeset [10756] by
- 18:36 Changeset [10755] by
- 09:34 Changeset [10754] by
- 09:21 Changeset [10753] by
- working usb revision 10245 - modified for nice temperature printing command 'T'
- 08:56 Changeset [10752] by
- Connected output lines of FTM, enable/disable pixel and some first FAD stuff.
- 08:55 Changeset [10751] by
- Added FAD tab; some changed to FTM controls.
- 08:55 Changeset [10750] by
- Added FAD control widgets; added graphs for all rates delivered by FTM.
- 08:54 Changeset [10749] by
- Implemented enable/disable pixel; renamed kTimeMarker to kClockConditioner and adapted commands.
- 08:53 Changeset [10748] by
- Switch all pixels on by default.
- 08:52 Changeset [10747] by
- Improved exception output.
- 08:52 Changeset [10746] by
- Improved exception output.
- 08:52 Changeset [10745] by
- Renamed kTimeMarker to kClockConditioner; fixed Enable/DisablePixel
05/18/11:
- 18:47 Changeset [10744] by
- 18:46 Changeset [10743] by
- 17:20 Changeset [10742] by
- FTM Timing counters added
- 16:00 Changeset [10741] by
- added configurable grouping and did some cosmetics to the code (removed tabs)
- 13:59 Changeset [10740] by
- several bugfixes for FTM firmware
- 12:01 Changeset [10739] by
- Added Fits grouping
- 07:30 Changeset [10738] by
05/17/11:
- 21:02 Changeset [10737] by
- Fixed a compiler error.
- 21:00 Changeset [10736] by
- Addec ode for trigger signal enables and for pixel disable.
- 20:59 Changeset [10735] by
- Added DISABLE_PIXEL
- 20:49 Changeset [10734] by
- Added EnablePixel to StaticData.
- 20:22 Changeset [10733] by
- Small layout changes; added spin box for pixel index and checkbox for enable; replaced temperature plot by rate plot
- 20:20 Changeset [10732] by
- Time stamp and trigger counter are now reset when data taking is started/stopped.
- 20:19 Changeset [10731] by
- Improved error output.
- 20:18 Changeset [10730] by
- Fixed a bug in bitcpy
- 18:29 Changeset [10729] by
- 16:08 Changeset [10728] by
- Fixed Reset() of camera widget.
- 16:05 Changeset [10727] by
- Some fixes about LPext and LPint; DimStaticData::fEnable is now 90 not 80.
- 16:03 Changeset [10726] by
- Some fixes about LPext and LPint; DimStaticData::fEnable must be 90 not 80.
- 14:30 Changeset [10725] by
- Small changes asked by Thomas
- 07:10 Changeset [10724] by
05/16/11:
- 16:17 Changeset [10723] by
- Renamed TQtWidget to RootWidget to allow for HAVE_ROOT
- 16:16 Changeset [10722] by
- 16:10 Changeset [10721] by
- Initialize fState.
- 16:10 Changeset [10720] by
- Improved some log-output.
- 16:09 Changeset [10719] by
- Added some comments.
- 15:49 Changeset [10718] by
- Updated.
- 15:48 Changeset [10717] by
- Added HAVE_ROOT
- 15:47 Changeset [10716] by
- Changed 1338 to 1440, fixed initialization in camera widget, enabled time display on temp axis.
- 14:36 Changeset [10715] by
- Added kTakingData as green FTM led state.
Note:
See TracTimeline
for information about the timeline view.