inrimage 4.6.9
|
Descripteur de fichier de contours. Plus de détails...
#include <contour.h>
Attributs publics | |
int4 | fc_fd |
int4 | fc_numf |
int4 | n_ind |
int4 | s_ind |
int4 | s_dat |
int4 * | pt_datn |
int4 | i_dat |
int4 | ct_pos |
int4 | fc_num |
int4 | fc_numd |
int4 | fc_numx |
int4 | ct_lgr |
char | ct_loc |
char | fc_flag |
char | fc_typ |
char | fc_swap_needed |
char | fc_posp |
char | fc_posp2 |
char | fc_res2 [2] |
int4 | fc_nbwr |
char | flg_i |
char | flg_d |
char | flg_s0 |
char | fc_access |
char | fc_name [80] |
struct ct_s0 | fc_s0 |
struct ct_indx | fc_indx |
int4 | fc_dat [64] |
Descripteur de fichier de contours.
int4 fc_cont::ct_lgr |
longueur contour courant (si fc_numd == fc_num)
Référencé par c_ircttb(), et c_wrcttb().
char fc_cont::ct_loc |
indication de position :
Référencé par c_ctdel(), c_irctpa(), et c_wrcttb().
int4 fc_cont::ct_pos |
indice du mot courant dans l'ensemble des datas du contour courant
char fc_cont::fc_access |
type d'accès : R, W, RW, ou Modify Modify = R+W+ possibilité de modifier le contour
Référencé par c_ctdel(), c_iouvct(), c_irctcm(), c_irctgp(), c_irctpa(), c_ircttb(), c_wctcom(), c_wrctev(), c_wrctpa(), et c_wrcttb().
int4 fc_cont::fc_dat[64] |
bloc data
Référencé par c_iouvct(), c_wrctev(), c_wrctpa(), et c_wrcttb().
int4 fc_cont::fc_fd |
descripteur de fichier système associé
Référencé par c_fermct(), c_iouvct(), c_irctcm(), et c_wctcom().
char fc_cont::fc_flag |
0= cont. vide, 1=param seuls, 2=complet
Référencé par c_wrcttb().
struct ct_indx fc_cont::fc_indx |
bloc index courant
Référencé par c_iouvct().
char fc_cont::fc_name[80] |
nom du fichier associé
Référencé par c_iouvct().
int4 fc_cont::fc_nbwr |
nombre de blocs du fichier effectivement écrits
Référencé par c_iouvct().
int4 fc_cont::fc_num |
numéro contour courant
Référencé par c_iouvct().
int4 fc_cont::fc_numd |
numéro contour courant pour datas
Référencé par c_ctdel(), et c_iouvct().
int4 fc_cont::fc_numf |
numéro d'ordre du fichier ouvert (0-MAXCT-1)
Référencé par c_iouvct().
int4 fc_cont::fc_numx |
numéro contour correspondant a la fin de fichier
Référencé par c_iouvct(), c_wrctpa(), et c_wrcttb().
char fc_cont::fc_posp |
indice de mot du nombre de paramètres
Référencé par c_iouvct().
char fc_cont::fc_posp2 |
indice de mot du premier paramètre
Référencé par c_iouvct(), c_wrctpa(), et c_wrcttb().
char fc_cont::fc_swap_needed |
1 si ordre des octets fichier et machine différents
Référencé par c_iouvct(), c_irctpa(), et c_ircttb().
char fc_cont::fc_typ |
type 0= old, 1= new (que des int4)
Référencé par c_iouvct(), c_irctgp(), c_irctpa(), c_wrctev(), c_wrctpa(), et c_wrcttb().
char fc_cont::flg_d |
bloc data modifié
Référencé par c_wrctev(), et c_wrcttb().
char fc_cont::flg_i |
bloc. index modifié
Référencé par c_ctdel().
char fc_cont::flg_s0 |
bloc 0 modifié
Référencé par c_ctdel().
int4 fc_cont::i_dat |
indice courant dans bloc data
Référencé par c_wrctev(), c_wrctpa(), et c_wrcttb().
int4 fc_cont::n_ind |
numéro d'ordre du bloc index courant
int4* fc_cont::pt_datn |
adresse dans bloc d'index du contour courant
Référencé par c_ctdel().
int4 fc_cont::s_dat |
adresse bloc datas courant
Référencé par c_iouvct().
int4 fc_cont::s_ind |
adresse bloc index courant
Référencé par c_iouvct().