cloudy
trunk
|
#include "module.h"
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 |
|
inline |
bangin called by routine comment to enter surprise into comment stack
*chLine |
Definition at line 90 of file warnings.h.
References t_warnings::bangin().
Referenced by AgeCheck(), lgConserveEnergy(), prt_smooth_predictions(), and PrtComment().
|
inline |
caunin called by comment to enter caution into comment stack
*chLine |
Definition at line 98 of file warnings.h.
References t_warnings::caunin().
Referenced by AgeCheck(), prt_smooth_predictions(), and PrtComment().
|
inline |
notein enter a note about calculation into comment array
*chLine |
Definition at line 82 of file warnings.h.
References t_warnings::notein().
Referenced by AgeCheck(), and PrtComment().
|
inline |
warnin enter warnings at the end of the calculations into large stack
*chLine |
Definition at line 74 of file warnings.h.
References t_warnings::warnin().
Referenced by BadStart(), lgConserveEnergy(), and PrtComment().
|
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 |
Definition at line 11 of file warnings.cpp.
Referenced by BadStart(), cdCautions(), cdNotes(), cdNwcns(), cdReasonGeo(), cdSurprises(), cdWarnings(), cloudy(), PrtComment(), PrtFinal(), SaveGrid(), and ShowMe().