GEL  0.99
gel_platform_s Struct Reference

#include <gel/gel_types_plugin.h>

Data Fields

u16_t machine
 
u8_t system
 
int endianness
 
int float_type
 
int refcount
 
sys_plugin_tsys
 
arch_plugin_tarch
 

Detailed Description

Structure de donnee decrivant une plateforme. (type de CPU et autre parametres, endianness, .. )

Field Documentation

◆ arch

arch_plugin_t* gel_platform_s::arch

Structure d'information du plug-in d'archi

◆ endianness

int gel_platform_s::endianness

Little endian ou big endian

◆ float_type

int gel_platform_s::float_type

Type de representation de flottant

◆ machine

u16_t gel_platform_s::machine

Machine tel que defini dans la specification ELF

◆ refcount

int gel_platform_s::refcount

Nombre de fois que cette plateforme est liee a un objet

◆ sys

sys_plugin_t* gel_platform_s::sys

Structure d'information du plug-in systeme

◆ system

u8_t gel_platform_s::system

Systeme d'exploitation


The documentation for this struct was generated from the following file: