Show
Ignore:
Timestamp:
02/09/09 23:13:44 (16 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classbdm_1_1logger.tex

    r261 r264  
    33\label{classbdm_1_1logger}\index{bdm::logger@{bdm::logger}} 
    44} 
    5 Class for storing results (and semi-results) of an experiment 
     5DataLink is a connection between two data vectors Up and Down 
    66 
    77 
    8 {\tt \#include $<$loggers.h$>$} 
     8{\tt \#include $<$libBM.h$>$} 
    99 
    1010Inheritance diagram for bdm::logger:\nopagebreak 
     
    7676 
    7777\subsection{Detailed Description} 
    78 Class for storing results (and semi-results) of an experiment.  
     78DataLink is a connection between two data vectors Up and Down.  
    7979 
    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.  
     80Up 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 
     86Class 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.  
    8187 
    8288The documentation for this class was generated from the following file:\begin{CompactItemize} 
    8389\item  
    84 \hyperlink{loggers_8h}{loggers.h}\end{CompactItemize} 
     90\hyperlink{libBM_8h}{libBM.h}\end{CompactItemize}