PIPS
freia_sigmac.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  sigmac_hw_t
 

Macros

#define FREIA_SIGMAC_SC_INCLUDES
 
#define FREIA_SIGMAC_INCLUDES
 
#define PIXEL_T   "int16_t"
 
#define PARAM_T   "int32_t"
 

Macro Definition Documentation

◆ FREIA_SIGMAC_INCLUDES

#define FREIA_SIGMAC_INCLUDES
Value:
"/**SIGMAC C includes */\n" \
"#include <freia.h>\n" \
"\n"

Definition at line 41 of file freia_sigmac.h.

◆ FREIA_SIGMAC_SC_INCLUDES

#define FREIA_SIGMAC_SC_INCLUDES
Value:
"/**C INCLUDES */\n" \
"#include <stdio.h>\n" \
"\n" \
"/**SIGMA-C INCLUDES */\n" \
"#include \"sigmacAgents.h\"\n" \
"\n" \
"\n"

Definition at line 32 of file freia_sigmac.h.

◆ PARAM_T

#define PARAM_T   "int32_t"

Definition at line 61 of file freia_sigmac.h.

◆ PIXEL_T

#define PIXEL_T   "int16_t"

Definition at line 60 of file freia_sigmac.h.