Révision 102
Ajouté par yoguer il y a environ 4 ans
branch/Guer/sp4a12/main.c | ||
---|---|---|
}
|
||
}
|
||
return validation;
|
||
printf("%d", validation);
|
||
printf("%d\n", validation);
|
||
}
|
||
|
||
|
||
//Fonction ? modifier !!!!!
|
||
void traitement(char * trame)
|
||
{
|
||
static int cpt=0;
|
||
cpt++ ;
|
||
printf ("> %s\n",trame);
|
||
cpt++ ;
|
||
|
||
if (trame_cmp(trame,"GPGGA")==1)
|
||
{
|
||
printf ("> %s\n",trame);
|
||
}
|
||
}
|
||
|
||
//Ajouter vos tests unitaires dans cette fonction.
|
Formats disponibles : Unified diff
Affichage d'uniquement les trames GPGGA