BEAM BLOCKAGE
pybeamblockagemap.c File Reference

Python API to the beam blockage map functions. More...

#include "pybeamb_compat.h"
#include "Python.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pybeamblockagemap.h"
#include "pypolarscan.h"
#include "pyrave_debug.h"
#include "rave_alloc.h"
#include "pybbtopography.h"

Macros

#define PYBEAMBLOCKAGEMAP_MODULE
 to get correct part in pybeamblockagemap
 
#define raiseException_gotoTag(tag, type, msg)
 Sets a python exception and goto tag.
 
#define raiseException_returnNULL(type, msg)
 Sets python exception and returns NULL.
 

Functions

 PYRAVE_DEBUG_MODULE ("_beamblockagemap")
 Debug this module.
 
 MOD_INIT (_beamblockagemap)
 

Variables

PyTypeObject PyBeamBlockageMap_Type
 

Detailed Description

Python API to the beam blockage map functions.

Author
Anders Henja (Swedish Meteorological and Hydrological Institute, SMHI)
Date
2011-11-15

Macro Definition Documentation

◆ PYBEAMBLOCKAGEMAP_MODULE

#define PYBEAMBLOCKAGEMAP_MODULE

to get correct part in pybeamblockagemap

◆ raiseException_gotoTag

#define raiseException_gotoTag ( tag,
type,
msg )
Value:
{PyErr_SetString(type, msg); goto tag;}

Sets a python exception and goto tag.

◆ raiseException_returnNULL

#define raiseException_returnNULL ( type,
msg )
Value:
{PyErr_SetString(type, msg); return NULL;}

Sets python exception and returns NULL.

Function Documentation

◆ PYRAVE_DEBUG_MODULE()

PYRAVE_DEBUG_MODULE ( "_beamblockagemap" )

Debug this module.

Variable Documentation

◆ PyBeamBlockageMap_Type

PyTypeObject PyBeamBlockageMap_Type

Type definitions