Revision 471, 505 bytes
(checked in by mido, 15 years ago)
|
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
|
Line | |
---|
1 | /*! |
---|
2 | \page manual User Manual |
---|
3 | \addindex User Manual |
---|
4 | |
---|
5 | This page contains some tutorial examples that will help you getting |
---|
6 | started using BDM. |
---|
7 | |
---|
8 | Basic linear algebra in BDM (using IT++): |
---|
9 | - \subpage vector_and_matrix |
---|
10 | - \subpage itfile |
---|
11 | - \subpage timer |
---|
12 | |
---|
13 | Basic concepts and philosophy of BDM: |
---|
14 | - \subpage intro |
---|
15 | - \subpage ui_page |
---|
16 | - \subpage mexfiles |
---|
17 | |
---|
18 | Library of predefined tasks: |
---|
19 | |
---|
20 | Examples for Various mathematical models (BDM): |
---|
21 | - \subpage arx_ui |
---|
22 | - \subpage kalman |
---|
23 | |
---|
24 | Examples of control (BDM): |
---|
25 | - To be done... |
---|
26 | */ |
---|