PIPS
array_dfg-local.h File Reference

Go to the source code of this file.

Data Structures

struct  Sposs_source
 Structure for return of a possible source. More...
 
struct  Sentity_vertices
 Structure to list wich node read or write an effect. More...
 

Macros

#define RETURN(_debug, _function, _ret_obj)    { debug((_debug), (_function), "returning \n"); return( (_ret_obj) ); }
 local definitions of this library More...
 
#define ADFG_MODULE_NAME   "ADFG"
 
#define EXPRESSION_PVECTEUR(e)    (normalized_linear(NORMALIZE_EXPRESSION( e )))
 
#define ENTRY_ORDER   300000 /**Hard to have a non illegal number for hash_put !!! */
 
#define EXIT_ORDER   100000
 
#define TAKE_LAST   TRUE
 
#define TAKE_FIRST   FALSE
 

Typedefs

typedef struct Sposs_source Sposs_source
 Structure for return of a possible source. More...
 
typedef struct Sposs_sourcePposs_source
 
typedef struct Sentity_vertices Sentity_vertices
 Structure to list wich node read or write an effect. More...
 
typedef struct Sentity_verticesPentity_vertices
 

Macro Definition Documentation

◆ ADFG_MODULE_NAME

#define ADFG_MODULE_NAME   "ADFG"

Definition at line 27 of file array_dfg-local.h.

◆ ENTRY_ORDER

#define ENTRY_ORDER   300000 /**Hard to have a non illegal number for hash_put !!! */

Definition at line 30 of file array_dfg-local.h.

◆ EXIT_ORDER

#define EXIT_ORDER   100000

Definition at line 31 of file array_dfg-local.h.

◆ EXPRESSION_PVECTEUR

#define EXPRESSION_PVECTEUR (   e)     (normalized_linear(NORMALIZE_EXPRESSION( e )))

Definition at line 28 of file array_dfg-local.h.

◆ RETURN

#define RETURN (   _debug,
  _function,
  _ret_obj 
)     { debug((_debug), (_function), "returning \n"); return( (_ret_obj) ); }

local definitions of this library

Definition at line 25 of file array_dfg-local.h.

◆ TAKE_FIRST

#define TAKE_FIRST   FALSE

Definition at line 33 of file array_dfg-local.h.

◆ TAKE_LAST

#define TAKE_LAST   TRUE

Definition at line 32 of file array_dfg-local.h.

Typedef Documentation

◆ Pentity_vertices

◆ Pposs_source

typedef struct Sposs_source * Pposs_source

◆ Sentity_vertices

Structure to list wich node read or write an effect.

◆ Sposs_source

typedef struct Sposs_source Sposs_source

Structure for return of a possible source.