source: trunk/FACT++/src@ 11341

Name Size Rev Age Author Last Change
../
argv.cc 8.8 KB 11229   14 years tbretz Reverted commit by mistake.
biasctrl.cc 21.6 KB 11313   14 years tbretz
ByteOrder.h 2.9 KB 10747   14 years tbretz Improved exception output.
chatclient.cc 3.1 KB 10802   14 years tbretz Simplified program options handling.
ChatClient.h 3.2 KB 10505   14 years tbretz
chatserv.cc 3.2 KB 11011   14 years tbretz Fixed a compilation problem introduced with the latest changes.
Configuration.cc 39.0 KB 11256   14 years tbretz Updated reference about regex for database url.
Configuration.h 7.6 KB 11336   14 years tbretz Added code to allow option values as hexadecimal numbers; added Get ...
Connection.cc 13.3 KB 11260   14 years tbretz Fixed a problem introduced with the splitting of Connect which caused ...
Connection.h 4.9 KB 11260   14 years tbretz Fixed a problem introduced with the splitting of Connect which caused ...
ConnectionUSB.cc 8.3 KB 11314   14 years tbretz
ConnectionUSB.h 3.3 KB 11314   14 years tbretz
Console.cc 6.3 KB 11060   14 years tbretz Call PrintBootMsg non-interactive in ConsoleStream
Console.h 1.2 KB 11053   14 years tbretz Added ConsoleStream class
Converter.cc 28.0 KB 11211   14 years tbretz Added ToStrings
Converter.h 5.2 KB 11211   14 years tbretz Added ToStrings
datalogger.cc 98.3 KB 11325   14 years tbretz Updated output when opening and closing files.
dclient5.cc 21.0 KB 10780   14 years tbretz Replaced stringstream in log-stream by ostringstream.
Description.cc 5.5 KB 10429   14 years tbretz Moved the tools function into their own namespace to get rid of ...
Description.h 438 bytes 10381   14 years tbretz Turned comment and unit in constructor, added a function to return a ...
Dim.h 1.7 KB 11003   14 years tbretz Moved GetLocalIp and Setup to DimSetup
dimctrl.cc 3.5 KB 11327   14 years tbretz Removed some obsolete includes.
DimDescriptionService.cc 5.2 KB 11059   14 years tbretz Fixed an exception which was thrown if DimServer::itsName was NULL
DimDescriptionService.h 2.1 KB 11246   14 years tbretz Made destructor virtual -- destructors of base classes should always ...
DimErrorRedirecter.cc 3.4 KB 11062   14 years tbretz Removed some old obsolete comments and changed fatal errors to Fatal()
DimErrorRedirecter.h 443 bytes 10858   14 years tbretz Changed the data member cnt's name -- it sometimes gave warnings using ...
DimNetwork.cc 4.0 KB 11150   14 years tbretz Changed default.
DimNetwork.h 2.5 KB 10481   14 years tbretz Used DimInfo by mistake instead of DimStampedInfo.
DimServerList.cc 4.3 KB 10972   14 years tbretz Added a comment.
DimServerList.h 1.9 KB 10427   14 years tbretz Some paranoia change to the order of the data members to ensure proper ...
DimServiceInfoList.cc 23.1 KB 11275   14 years tbretz Fixed fServiceList.erase in RemoveServer; the entry might not exist.
DimServiceInfoList.h 6.1 KB 11274   14 years tbretz Fixed a typo in a comment.
DimSetup.cc 4.9 KB 11250   14 years tbretz Fixed a problem in the C version of GetLocalIp
DimSetup.h 263 bytes 11236   14 years tbretz Changed again the default address for ocal ip resolution to a default ...
DimWriteStatistics.cc 6.2 KB 11318   14 years tbretz Removed souble error message.
DimWriteStatistics.h 2.0 KB 11316   14 years tbretz Fixed return value for stat() of filename; added GetUpdateInterval
dns.c 263 bytes 11010   14 years tbretz Set '192.168.0.255' as default address because it is a broadcast address.
drivectrl.cc 29.6 KB 11264   14 years tbretz Removed includes which are now in Main.h
dserver2.cc 10.2 KB 10183   14 years tbretz New import.
Event.cc 4.3 KB 10183   14 years tbretz New import.
Event.h 2.0 KB 10299   14 years tbretz Implemented event description into all kind of events.
EventBuilder.c 49.5 KB 11335   14 years tbretz Added g_reset and some other updates and minor fixes.
EventBuilder.h 1.6 KB 11334   14 years tbretz Changed some unsigned int to signed int.
EventBuilderWrapper.h 50.7 KB 11337   14 years tbretz Set the CommandStates_t back to the previous values; updated ResetThread
EventDim.h 2.0 KB 10570   14 years tbretz Improved/fixed the retrieval of times from Dim once again.
EventImp.cc 8.0 KB 10657   14 years tbretz Added or improved documentation.
EventImp.h 3.5 KB 11246   14 years tbretz Made destructor virtual -- destructors of base classes should always ...
FACT.cc 1.6 KB 11040   14 years tbretz Removed obsolete include of tools.h
FACT.h 105 bytes 10652   14 years tbretz
fad.cc 19.9 KB 11284   14 years tbretz Added the possibility to set the update rate for self triggered events.
FAD.h 9.7 KB 11333   14 years tbretz Changed some unsigned int to signed int.
fadctrl.cc 57.5 KB 11340   14 years tbretz Updated help text for RESET
Fits.cc 12.2 KB 11290   14 years lyard Moved the files statistics to a separate class and improved transitions
Fits.h 3.3 KB 11015   14 years tbretz Added some const-qualifiers.
fitsdump.cc 20.5 KB 10837   14 years tbretz Some performance improvements; added some comments with code to fill ...
fitsloader.cc 22.5 KB 10884   14 years tbretz Changed stringstream to ostringstream for the use with MessageImp
fsc.cc 10.2 KB 11033   14 years tbretz
fscctrl.cc 21.0 KB 11264   14 years tbretz Removed includes which are now in Main.h
ftm.cc 19.8 KB 10865   14 years tbretz Don't catch exceptions in main
ftmctrl.cc 67.7 KB 11338   14 years tbretz Moved setup of the clock-conditioner to the config-file.
HeadersFAD.cc 2.9 KB 11157   14 years tbretz Fixed output for data transmission socket.
HeadersFAD.h 13.9 KB 11210   14 years tbretz Moved coding and decoding of the 12 bit temperature to the conversion ...
HeadersFTM.cc 5.7 KB 10767   14 years tbretz Deconded general setting for output, added some const-qualifiers
HeadersFTM.h 21.9 KB 11300   14 years tbretz Replaced the operator= by a constructor in StaticData
LocalControl.h 6.3 KB 11303   14 years tbretz Added command to print only the currently allowed events.
log.cc 1.1 KB 10183   14 years tbretz New import.
logtime.cc 1004 bytes 11229   14 years tbretz Reverted commit by mistake.
Main.h 2.8 KB 11330   14 years tbretz Check whether option is available before accessing 'console' option.
MessageDim.cc 5.9 KB 11271   14 years tbretz Changed default for fDimMessage from en empty string to a NULL pointer.
MessageDim.h 1.3 KB 10522   14 years tbretz Removed DimNetworkInfo; instead implemented proper initialization of ...
MessageImp.cc 4.5 KB 10919   14 years tbretz Added local mutices to protect Write calls from different threads - ...
MessageImp.h 3.3 KB 11247   14 years tbretz Made destructors virtual.
Readline.cc 35.1 KB 11326   14 years tbretz Added .! command to be able to execute shell commands.
Readline.h 3.9 KB 11326   14 years tbretz Added .! command to be able to execute shell commands.
ReadlineColor.cc 7.9 KB 11326   14 years tbretz Added .! command to be able to execute shell commands.
ReadlineColor.h 544 bytes 11326   14 years tbretz Added .! command to be able to execute shell commands.
ReadlineWindow.cc 10.4 KB 10498   14 years tbretz Use stringstreams to replace Form not strings and +=
ReadlineWindow.h 1.1 KB 10183   14 years tbretz New import.
RemoteControl.cc 2.8 KB 10493   14 years tbretz Allow server names to end with a slash.
RemoteControl.h 8.9 KB 11051   14 years tbretz Added the comment command (#)
scheduler.cc 32.4 KB 11255   14 years tbretz Updated regex to evaluate schedule-database.
ServiceList.cc 23.8 KB 10429   14 years tbretz Moved the tools function into their own namespace to get rid of ...
ServiceList.h 3.9 KB 10339   14 years tbretz Added server and service argument to PrintDescription.
Shell.cc 13.8 KB 10312   14 years tbretz Some updates to the output of help messages.
Shell.h 2.3 KB 10369   14 years tbretz Call direct base class when calling Run().
simpleFitsDumper.cc 9.6 KB 10827   14 years lyard Fixed ushort and short
State.cc 2.2 KB 10429   14 years tbretz Moved the tools function into their own namespace to get rid of ...
State.h 510 bytes 10395   14 years tbretz
StateMachine.cc 2.3 KB 10495   14 years tbretz Added server name to Event name.
StateMachine.h 564 bytes 10368   14 years tbretz Removed an obsolete comment.
StateMachineDim.cc 7.0 KB 11280   14 years tbretz Added virtual function for locking; fixed the order of instantiation ...
StateMachineDim.h 2.6 KB 11280   14 years tbretz Added virtual function for locking; fixed the order of instantiation ...
StateMachineImp.cc 39.9 KB 11302   14 years tbretz Added PrintListOfAllowedEvents
StateMachineImp.h 9.0 KB 11302   14 years tbretz Added PrintListOfAllowedEvents
Time.cc 8.7 KB 11215   14 years tbretz Added NightAsInt
time.cc 3.3 KB 10253   14 years tbretz Added exaple for SetFrom Str and GetAsStr, remove fractional seconds ...
Time.h 3.9 KB 11215   14 years tbretz Added NightAsInt
Timers.h 1.0 KB 10183   14 years tbretz New import.
tools.cc 1.6 KB 11229   14 years tbretz Reverted commit by mistake.
tools.h 183 bytes 11229   14 years tbretz Reverted commit by mistake.
triggerschedule.cc 2.7 KB 11268   14 years Daniela Dorner removed required() for option schedule-database-name
WindowLog.cc 10.0 KB 10498   14 years tbretz Use stringstreams to replace Form not strings and +=
WindowLog.h 4.5 KB 10183   14 years tbretz New import.
Note: See TracBrowser for help on using the repository browser.