Changeset 264 for doc/latex/classbdm_1_1logger.tex
- Timestamp:
- 02/09/09 23:13:44 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/classbdm_1_1logger.tex
r261 r264 3 3 \label{classbdm_1_1logger}\index{bdm::logger@{bdm::logger}} 4 4 } 5 Class for storing results (and semi-results) of an experiment.5 DataLink is a connection between two data vectors Up and Down. 6 6 7 7 8 {\tt \#include $<$l oggers.h$>$}8 {\tt \#include $<$libBM.h$>$} 9 9 10 10 Inheritance diagram for bdm::logger:\nopagebreak … … 76 76 77 77 \subsection{Detailed Description} 78 Class for storing results (and semi-results) of an experiment.78 DataLink is a connection between two data vectors Up and Down. 79 79 80 This class abstracts logging of results from implementation. This class replaces direct logging of results (e.g. to files or to global variables) by calling methods of a \hyperlink{classbdm_1_1logger}{logger}. Specializations of this abstract class for specific storage method are designed. 80 Up can be longer than Down. Down must be fully present in Up (TODO optional) See chart: \begin{center} 81 \begin{ImageNoCaption}\mbox{\includegraphics{inline_dotgraph_1}} 82 \end{ImageNoCaption} 83 \end{center} 84 85 86 Class for storing results (and semi-results) of an experiment This class abstracts logging of results from implementation. This class replaces direct logging of results (e.g. to files or to global variables) by calling methods of a \hyperlink{classbdm_1_1logger}{logger}. Specializations of this abstract class for specific storage method are designed. 81 87 82 88 The documentation for this class was generated from the following file:\begin{CompactItemize} 83 89 \item 84 \hyperlink{l oggers_8h}{loggers.h}\end{CompactItemize}90 \hyperlink{libBM_8h}{libBM.h}\end{CompactItemize}