Show
Ignore:
Timestamp:
08/05/09 00:01:58 (15 years ago)
Author:
mido
Message:

1) ad UserInfo?: UI::get a UI::build predelany tak, ze vraci fals / NULL v pripade neexistence pozadovaneho Settingu, pridana enumericky typ UI::SettingPresence?, predelany stavajici UI implementace, dodelana UI dokumentace
2) dokoncena konfigurace ASTYLERU, brzy bude aplikovan
3) doxygen nastaven tak, ze vytvari soubor doxy_warnings.txt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/mex/mex_datasource.h

    r384 r471  
    3434        {        
    3535                Data = mxArray2mat(mexGetVariable("base",set["varname"])); 
    36                 UI::get( rowid, set, "rids" ); 
     36                UI::get( rowid, set, "rids" , UI::compulsory); 
    3737                it_assert_debug ( max ( rowid ) <=Data.rows(),"MemDS rowid is too high for given Dat." ); 
    3838 
    39                 UI::get( delays, set, "tds" ); 
     39                UI::get( delays, set, "tds", UI::compulsory ); 
    4040                time = max ( delays ); 
    4141                it_assert_debug ( time < Data.cols(),"MemDS delays are too high." ); 
    4242 
    43                 RV* r = UI::build<RV>(set,"rv"); 
     43                RV* r = UI::build<RV>(set,"rv", UI::compulsory); 
    4444                RV ru=RV(); 
    4545                set_rvs(*r,ru);