X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions | Variables
xsh_msg.c File Reference
#include "xsh_msg.h"
#include <cpl.h>
#include <stdarg.h>

Go to the source code of this file.

Macros

#define MAXSTRINGLENGTH   1024 /* Used to pass a va_list to cpl_msg_warning */
 

Functions

void xsh_msg_init (void)
 Initialize messaging.
 
int xsh_msg_get_warnings (void)
 Get number of warnings printed so far.
 
void xsh_msg_warning_macro (const char *fct, const char *format,...)
 Print a warning message.
 

Variables

static int number_of_warnings = 0