#include "cs_config.h"
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <libintl.h>
Go to the source code of this file.
|
enum | ecs_type_t {
ECS_TYPE_char,
ECS_TYPE_ecs_coord_t,
ECS_TYPE_ecs_int_t,
ECS_TYPE_ecs_size_t,
ECS_TYPE_size_t,
ECS_TYPE_void
} |
|
enum | ecs_elt_typ_t {
ECS_ELT_TYP_NUL,
ECS_ELT_TYP_FAC_TRIA,
ECS_ELT_TYP_FAC_QUAD,
ECS_ELT_TYP_CEL_TETRA,
ECS_ELT_TYP_CEL_PYRAM,
ECS_ELT_TYP_CEL_PRISM,
ECS_ELT_TYP_CEL_HEXA,
ECS_ELT_TYP_FAC_POLY,
ECS_ELT_TYP_CEL_POLY,
ECS_ELT_TYP_FIN
} |
|
#define _ |
( |
|
String | ) |
gettext(String) |
#define ECS_ABS |
( |
|
a | ) |
((a) < 0 ? -(a) : (a)) /* Absolute value */ |
#define ECS_FMT_AFF_REE_PARAM "%.15E" |
#define ECS_LNG_AFF_ENT 8 |
#define ECS_LNG_AFF_REE_MANTIS 11 |
#define ECS_LNG_AFF_REE_PRECIS 2 |
#define ECS_LNG_AFF_STR 43 |
#define ECS_MAX |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) < (b) ? (b) : (a)) /* Maximum */ |
#define ECS_MIN |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) > (b) ? (b) : (a)) /* Minimum */ |
#define ECS_REAL_PRECISION 1.e-13 |
#define gettext_noop |
( |
|
String | ) |
String |
Enumerator |
---|
ECS_ELT_TYP_NUL |
|
ECS_ELT_TYP_FAC_TRIA |
|
ECS_ELT_TYP_FAC_QUAD |
|
ECS_ELT_TYP_CEL_TETRA |
|
ECS_ELT_TYP_CEL_PYRAM |
|
ECS_ELT_TYP_CEL_PRISM |
|
ECS_ELT_TYP_CEL_HEXA |
|
ECS_ELT_TYP_FAC_POLY |
|
ECS_ELT_TYP_CEL_POLY |
|
ECS_ELT_TYP_FIN |
|
Enumerator |
---|
ECS_TYPE_char |
|
ECS_TYPE_ecs_coord_t |
|
ECS_TYPE_ecs_int_t |
|
ECS_TYPE_ecs_size_t |
|
ECS_TYPE_size_t |
|
ECS_TYPE_void |
|
void ecs_error |
( |
const char * |
file_name, |
|
|
const int |
line_num, |
|
|
const int |
sys_error_code, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
void ecs_exit |
( |
int |
statut | ) |
|
void ecs_init_gestion_erreur |
( |
void |
| ) |
|
void ecs_print_padded_str |
( |
const char * |
str, |
|
|
int |
width |
|
) |
| |
char ecs_glob_build_date[] |
int ecs_glob_cgns_ver_maj |
int ecs_glob_cgns_ver_min |
int ecs_glob_cgns_ver_rel |