FACT++
1.0
|
|
inlineprivate |
Notifies the DIM service that a particular file was opened @ param name the base name of the opened file, i.e. without path nor extension. WARNING: use string instead of string& because I pass values that do not convert to string&. this is not a problem though because file are not opened so often. @ param type the type of the opened file. 0 = none open, 1 = log, 2 = text, 4 = fits
Definition at line 1781 of file datalogger.cc.
References OpenFileToDim::code, MessageImp::Debug(), MessageImp::Error(), OpenFileToDim::fileName, DimService::getName(), NumSubAndFitsType::numOpenFits, NumSubAndFitsType::numSubscriptions, DimDescribedService::setData(), DimService::setQuality(), str, type, and DimDescribedService::Update().
Referenced by DataLogger(), EvalOptions(), GoToReady(), and Start().