Ignore:
Timestamp:
Nov 25, 1999, 4:58:46 PM (26 years ago)
Author:
ansari
Message:

4 bit pour bolo on-of/bolo transmis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archediab.old/archeops.h

    r652 r657  
    297297       
    298298/* code_util des bolos  */
    299 enum{bolo_hors_service,bolo_normal_transmis,bolo_normal_non_transmis,bolo_thermo_simplifie};
     299
     300/*      bit 0   ->      bolo en service (fenetre ouverte sur le mac)                            */
     301/*      bit 1   ->      bolo transmis dans les donnees comprimees:  block_type_bolo_comprime    */
     302/*      bit 2   ->      courbe 1 periode transmise dans les     block_type_une_periode          */
     303/*      bit 3   ->      carte modofiées bebo pour       thermometre                             */
     304
     305#define         bolo_en_service                 1
     306#define         bolo_transmis_comprime          2
     307#define         bolo_transmis_un_per            4
     308#define         bolo_thermo_simplifie           8
     309
     310/*enum{bolo_hors_service,bolo_normal_transmis,bolo_normal_une_per,bolo_normal_non_transmis,bolo_thermo_simplifie};*/
    300311
    301312       
     
    706717
    707718/*  ---------------------   structures N° 12 :  data bolo apres compression sur 7 bit    ------ */
    708 /*  --   longueur variable car nb_max_bolo est remplacé par  parametr.nb_bolo apres calcul   ------ */
     719/*  ------------------------------------------------------------------------------------------- */
     720/*  --   longueur variable car nb_max_bolo est remplacé par  parametr.nb_bolo apres calcul  --- */
    709721/*  --     ATTENTION   l'ECC  calcule  est donc faux  !!!!!!                             ------ */
    710722/*  ------------------------------------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.