Changeset 600 for library/doc
- Timestamp:
- 09/03/09 22:12:12 (15 years ago)
- Location:
- library/doc
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/local/library_structure.dox
r375 r600 1 1 /*! 2 \page library_structure Library structure >> UNDER CONSTRUCTION <<2 \page library_structure Library structure 3 3 4 Here you find basic infromation about the library subdirectories. 4 \todo it is necessary to fill in the missing descriptions of the directories below 5 5 6 Description of the library subdirectories 6 Here you find infromation about the library structure. List of its 7 subdirectories with a basic description follows: 7 8 <ul> 8 <li> source:/system -- a directory containing ..., </li> 9 <li> source:/system/win32 -- a directory containing ..., </li> 10 <li> source:/system/linux -- a directory containing ...,</li> 9 <li> source:/bdm -- library source codes </li> 10 <li> source:/bdm/base -- base classes of the library </li> 11 <li> source:/bdm/design -- ... </li> 12 <li> source:/bdm/estim -- ... </li> 13 <li> source:/bdm/math -- ... </li> 14 <li> source:/bdm/mex -- ... </li> 15 <li> source:/bdm/stat -- ... </li> 16 <li> source:/doc -- library documantation and with some of its sources </li> 17 <li> source:/doc/dot -- ... </li> 18 <li> source:/doc/html -- html documentation generated automatically by Doxygen </li> 19 <li> source:/doc/images -- ... </li> 20 <li> source:/doc/issues -- ... </li> 21 <li> source:/doc/latex -- latex documentation generated automatically by Doxygen </li> 22 <li> source:/doc/local -- documentation pages which are not related to any specific source file </li> 23 <li> source:/doc/tutorial -- documentation pages related to the library tutorial</li> 24 <li> source:/doc/xml -- ... </li> 25 <li> source:/matlab -- matlab input/output utilities </li> 26 <li> source:/system -- a system specific parts necessary to run CMake </li> 27 <li> source:/tests -- unit tests </li> 28 <li> source:/utia_legacy -- ... </li> 11 29 </ul> 12 13 14 // \section cr_variables Default Naming Rules for Variables15 30 16 31 -
library/doc/tutorial/arx_ui.dox
r471 r600 1 1 /*! 2 \page arx_ui Running experiment \c estimator with ARX data fields 2 \page arx_ui Running experiment \c estimator with ARX data fields \todo this page is out of date, as the user info concept has been changed 3 3 4 4 The experiment \ref estimator.cpp can be run either on command line, or as a mex file in Matlab. -
library/doc/tutorial/ui.dox
r471 r600 16 16 The User Infos are designed using customized version of the libconfig library (www.hyperrealm.com/libconfig). It is specialized for BDM so as to recognize basic mathematical objects, such as vectors and matrices, see details below. 17 17 18 Technically it can be made compatible with matlab structures (TODO) 18 Technically it can be made compatible with matlab structures. 19 \todo it will be good to create a more detailed paragraph about the intraction with Matlab 19 20 20 21 \section ui_example Example