das2C
das core C utilities (v3)
Loading...
Searching...
No Matches
Functions
spice.h File Reference

More...

#include <das3/datum.h>
Include dependency graph for spice.h:

Go to the source code of this file.

Functions

void das_spice_err_setup ()
 Setup spice so that errors are not automatically output to the standard output channel.
 
const char * das_get_spice_error ()
 Get a spice error as string.
 
int das_send_spice_err (int nDasVer, const char *sErrType)
 Reads a spice error and outputs it as a das exception, the program should only call this if failed_ returns non-zero, and it should exit after calling this function.
 
int das_print_spice_error (const char *sProgName)
 Print a spice error to standard output.
 

Detailed Description