cloudy trunk
Loading...
Searching...
No Matches
warnings.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  t_warnings

Macros

#define LIMWCN   2000

Functions

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

Variables

t_warnings warnings

Macro Definition Documentation

◆ LIMWCN

#define LIMWCN   2000

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

Definition at line 34 of file warnings.h.

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

Function Documentation

◆ bangin()

void bangin ( char * chLine)

bangin called by routine comment to enter surprise into comment stack

Parameters
*chLine

Definition at line 73 of file warnings.cpp.

References DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and warnings.

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

◆ caunin()

void caunin ( char * chLine)

caunin called by comment to enter caution into comment stack

Parameters
*chLine

Definition at line 96 of file warnings.cpp.

References DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and warnings.

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

◆ notein()

void notein ( char * chLine)

notein enter a note about calculation into comment array

Parameters
*chLine

Definition at line 50 of file warnings.cpp.

References DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and warnings.

Referenced by AgeCheck(), and PrtComment().

◆ warnin()

void warnin ( char * chLine)

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

Parameters
*chLine

Definition at line 27 of file warnings.cpp.

References DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and warnings.

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

◆ wcnint()

void wcnint ( void )

wcnint initialize stack or warnings, cautions, notes

Definition at line 13 of file warnings.cpp.

References DEBUG_ENTRY, and warnings.

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

Variable Documentation

◆ warnings