cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Functions | Variables
warnings.h File Reference
#include "module.h"
Include dependency graph for warnings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  t_warnings
 

Functions

void warnin (const char *chLine)
 
void notein (const char *chLine)
 
void bangin (const char *chLine)
 
void caunin (const char *chLine)
 

Variables

static const int LIMWCN = 2000
 
t_warnings warnings
 

Function Documentation

void bangin ( const char *  chLine)
inline

bangin called by routine comment to enter surprise into comment stack

Parameters
*chLine

Definition at line 90 of file warnings.h.

References t_warnings::bangin().

Referenced by AgeCheck(), lgConserveEnergy(), prt_smooth_predictions(), and PrtComment().

Here is the call graph for this function:

void caunin ( const char *  chLine)
inline

caunin called by comment to enter caution into comment stack

Parameters
*chLine

Definition at line 98 of file warnings.h.

References t_warnings::caunin().

Referenced by AgeCheck(), prt_smooth_predictions(), and PrtComment().

Here is the call graph for this function:

void notein ( const char *  chLine)
inline

notein enter a note about calculation into comment array

Parameters
*chLine

Definition at line 82 of file warnings.h.

References t_warnings::notein().

Referenced by AgeCheck(), and PrtComment().

Here is the call graph for this function:

void warnin ( const char *  chLine)
inline

warnin enter warnings at the end of the calculations into large stack

Parameters
*chLine

Definition at line 74 of file warnings.h.

References t_warnings::warnin().

Referenced by BadStart(), lgConserveEnergy(), and PrtComment().

Here is the call graph for this function:

Variable Documentation

const int LIMWCN = 2000
static

this is the limit to the number of warnings, cautions, and notes that we can save

Definition at line 13 of file warnings.h.

Referenced by t_warnings::bangin(), t_warnings::caunin(), t_warnings::notein(), and t_warnings::warnin().

t_warnings warnings