\hypertarget{dprintf_8h}{
\section{dprintf.h File Reference}
\label{dprintf_8h}\index{dprintf.h@{dprintf.h}}
}
Debugging print out.  


\subsection*{Defines}
\begin{CompactItemize}
\item 
\#define \hyperlink{dprintf_8h_032dc623fdb85207e080aab9ab3d4e5d}{DPRINTF}(format,...)
\begin{CompactList}\small\item\em Debugging print macro, enable if and only if DEBUG is defined. \item\end{CompactList}\item 
\hypertarget{dprintf_8h_39b5992edd32872e9a5bbe1af594ac1f}{
\#define \textbf{dprintf}(format,...)}
\label{dprintf_8h_39b5992edd32872e9a5bbe1af594ac1f}

\item 
\hypertarget{dprintf_8h_360e6d0c2361599595fb1f6518e79ec3}{
\#define \hyperlink{dprintf_8h_360e6d0c2361599595fb1f6518e79ec3}{DECLARE}(statement,...)}
\label{dprintf_8h_360e6d0c2361599595fb1f6518e79ec3}

\begin{CompactList}\small\item\em If defined, drops {\em statement\/}. \item\end{CompactList}\item 
\hypertarget{dprintf_8h_ac21265e0cad5e5a01c013f4158943bf}{
\#define \textbf{declare}(statement,...)}
\label{dprintf_8h_ac21265e0cad5e5a01c013f4158943bf}

\item 
\#define \hyperlink{dprintf_8h_bdc6f035e69bdeb29dde3998506199ad}{DPRINTF\_\-0}(format,...)
\begin{CompactList}\small\item\em Debugging print macro, enable if and only if DEBUG\_\-0 is defined. \item\end{CompactList}\item 
\hypertarget{dprintf_8h_1495b2caf9c6bd49d5ba39e211805bc2}{
\#define \textbf{dprintf\_\-0}(format,...)}
\label{dprintf_8h_1495b2caf9c6bd49d5ba39e211805bc2}

\item 
\hypertarget{dprintf_8h_8f889358b2144a22290d82ac240e5fce}{
\#define \hyperlink{dprintf_8h_8f889358b2144a22290d82ac240e5fce}{DECLARE\_\-0}(statement,...)}
\label{dprintf_8h_8f889358b2144a22290d82ac240e5fce}

\begin{CompactList}\small\item\em If defined, drops {\em statement\/}. \item\end{CompactList}\item 
\hypertarget{dprintf_8h_6dca25d131a73da7f26111d7d0e0c73e}{
\#define \textbf{declare\_\-0}(statement,...)}
\label{dprintf_8h_6dca25d131a73da7f26111d7d0e0c73e}

\item 
\#define \hyperlink{dprintf_8h_12a95d705b5aca976412e30908909afe}{DPRINTF\_\-1}(format,...)
\begin{CompactList}\small\item\em Debugging print macro, enable if and only if DEBUG is defined. \item\end{CompactList}\item 
\hypertarget{dprintf_8h_5cdb1467c6d3dde68ceab312da06c233}{
\#define \textbf{dprintf\_\-1}(format,...)}
\label{dprintf_8h_5cdb1467c6d3dde68ceab312da06c233}

\item 
\hypertarget{dprintf_8h_4bc6efd33fcb7579f7da2a5b7257d551}{
\#define \hyperlink{dprintf_8h_4bc6efd33fcb7579f7da2a5b7257d551}{DECLARE\_\-1}(statement,...)}
\label{dprintf_8h_4bc6efd33fcb7579f7da2a5b7257d551}

\begin{CompactList}\small\item\em If defined, drops {\em statement\/}. \item\end{CompactList}\item 
\hypertarget{dprintf_8h_766c57afda90263d39165362f5e9b738}{
\#define \textbf{declare\_\-1}(statement,...)}
\label{dprintf_8h_766c57afda90263d39165362f5e9b738}

\end{CompactItemize}


\subsection{Detailed Description}
Debugging print out. 

\begin{Desc}
\item[Author:]JJRussell - \href{mailto:russell@slac.stanford.edu}{\tt russell@slac.stanford.edu}\end{Desc}


\footnotesize\begin{verbatim}

   CVS $Id: dprintf.h,v 1.2 2011/03/27 04:55:31 russell Exp $
\end{verbatim}
\normalsize


Defines three macro DPRINTF, DPRINTF\_\-0, DPRINTF\_\-1. These are noops unless the corresponding symbols, DEBUG, DEBUG\_\-0 or DEBUG\_\-1 are defined 

\subsection{Define Documentation}
\hypertarget{dprintf_8h_032dc623fdb85207e080aab9ab3d4e5d}{
\index{dprintf.h@{dprintf.h}!DPRINTF@{DPRINTF}}
\index{DPRINTF@{DPRINTF}!dprintf.h@{dprintf.h}}
\subsubsection[{DPRINTF}]{\setlength{\rightskip}{0pt plus 5cm}\#define DPRINTF(format, \/   {\em ...})}}
\label{dprintf_8h_032dc623fdb85207e080aab9ab3d4e5d}


Debugging print macro, enable if and only if DEBUG is defined. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em format}]The printf style formatting string \end{description}
\end{Desc}
\hypertarget{dprintf_8h_bdc6f035e69bdeb29dde3998506199ad}{
\index{dprintf.h@{dprintf.h}!DPRINTF\_\-0@{DPRINTF\_\-0}}
\index{DPRINTF\_\-0@{DPRINTF\_\-0}!dprintf.h@{dprintf.h}}
\subsubsection[{DPRINTF\_\-0}]{\setlength{\rightskip}{0pt plus 5cm}\#define DPRINTF\_\-0(format, \/   {\em ...})}}
\label{dprintf_8h_bdc6f035e69bdeb29dde3998506199ad}


Debugging print macro, enable if and only if DEBUG\_\-0 is defined. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em format}]The printf style formatting string \end{description}
\end{Desc}
\hypertarget{dprintf_8h_12a95d705b5aca976412e30908909afe}{
\index{dprintf.h@{dprintf.h}!DPRINTF\_\-1@{DPRINTF\_\-1}}
\index{DPRINTF\_\-1@{DPRINTF\_\-1}!dprintf.h@{dprintf.h}}
\subsubsection[{DPRINTF\_\-1}]{\setlength{\rightskip}{0pt plus 5cm}\#define DPRINTF\_\-1(format, \/   {\em ...})}}
\label{dprintf_8h_12a95d705b5aca976412e30908909afe}


Debugging print macro, enable if and only if DEBUG is defined. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em format}]The printf style formatting string \end{description}
\end{Desc}
